diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-02 13:36:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-02 13:36:58 +0000 |
commit | 9219c8ded06600040fa6d862a60325b5afc73df4 (patch) | |
tree | 482f46293be5ea4eddf6741d69336774ed072d4f /NetWare/perlsdio.h | |
parent | 7fb3795116dd07b7f236652a03ac53946b1af7cf (diff) | |
download | perl-9219c8ded06600040fa6d862a60325b5afc73df4.tar.gz |
Netware tweaks from Guruprasad.
p4raw-id: //depot/perl@11090
Diffstat (limited to 'NetWare/perlsdio.h')
-rw-r--r-- | NetWare/perlsdio.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/NetWare/perlsdio.h b/NetWare/perlsdio.h deleted file mode 100644 index fad4277e8e..0000000000 --- a/NetWare/perlsdio.h +++ /dev/null @@ -1,18 +0,0 @@ ---- perlsdio.h.old Sat Jun 30 14:42:22 2001 -+++ perlsdio.h Sat Jun 30 14:59:49 2001 -@@ -1,4 +1,9 @@ - #ifdef PERLIO_IS_STDIO -+ -+#ifdef NETWARE -+ #include "nwstdio.h" -+#else -+ - /* - * This file #define-s the PerlIO_xxx abstraction onto stdio functions. - * Make this as close to original stdio as possible. -@@ -136,4 +141,5 @@ - #define PerlIO_get_bufsiz(f) (abort(),0) - #endif - -+#endif /* NETWARE */ - #endif /* PERLIO_IS_STDIO */ |