diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-07 17:54:05 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-07 17:54:05 +0000 |
commit | 10fb174d3304ec77030985046b9c2b94ecec02a8 (patch) | |
tree | 6cd2a12f65e4c077b299973b3ea4f46811e288ae /os2 | |
parent | 9d4ce9a5d50788ac8c636881861cb1c2ab45fc52 (diff) | |
download | perl-10fb174d3304ec77030985046b9c2b94ecec02a8.tar.gz |
os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
<sthoenna@efn.org>)
p4raw-id: //depot/perl@4766
Diffstat (limited to 'os2')
-rw-r--r-- | os2/POSIX.mkfifo | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/os2/POSIX.mkfifo b/os2/POSIX.mkfifo deleted file mode 100644 index f460bc679e..0000000000 --- a/os2/POSIX.mkfifo +++ /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 |