os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
Gurusamy Sarathy [Fri, 7 Jan 2000 17:54:05 +0000 (17:54 +0000)]
<sthoenna@efn.org>)

p4raw-id: //depot/perl@4766

MANIFEST
README.os2
os2/POSIX.mkfifo [deleted file]

index 3e0b4c6..92ff563 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -999,7 +999,6 @@ os2/OS2/REXX/t/rx_tievar.t  DLL access module
 os2/OS2/REXX/t/rx_tieydb.t     DLL access module
 os2/OS2/REXX/t/rx_varset.t     DLL access module
 os2/OS2/REXX/t/rx_vrexx.t      DLL access module
-os2/POSIX.mkfifo       OS2-specific patch
 os2/diff.configure     Patches to Configure
 os2/dl_os2.c           Addon for dl_open
 os2/dlfcn.h            Addon for dl_open
index 10e54cd..cd07ca1 100644 (file)
@@ -809,10 +809,8 @@ Change to the directory of extraction.
 
 =head2 Application of the patches
 
-You need to apply the patches in F<./os2/diff.*> and
-F<./os2/POSIX.mkfifo> like this:
+You need to apply the patches in F<./os2/diff.*> like this:
 
-  gnupatch -p0 < os2\POSIX.mkfifo
   gnupatch -p0 < os2\diff.configure
 
 You may also need to apply the patches supplied with the binary
diff --git a/os2/POSIX.mkfifo b/os2/POSIX.mkfifo
deleted file mode 100644 (file)
index f460bc6..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -cr ..\perl5os2.patch\perl5.001m.andy/ext/POSIX/POSIX.xs ./ext/POSIX/POSIX.xs
-*** ../perl5os2.patch/perl5.001m.andy/ext/POSIX/POSIX.xs       Tue May 23 11:54:26 1995
---- ./ext/POSIX/POSIX.xs       Thu Sep 28 00:00:16 1995
-***************
-*** 81,86 ****
---- 81,90 ----
-  /* Possibly needed prototypes */
-  char *cuserid (char *);
-  
-+ #ifndef HAS_MKFIFO
-+ #define mkfifo(a,b) not_here("mkfifo")
-+ #endif
-+ 
-  #ifndef HAS_CUSERID
-  #define cuserid(a) (char *) not_here("cuserid")
-  #endif