projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
13934ef
)
VMS-specific patch.
Perl 5 Porters [Thu, 8 Feb 1996 01:11:42 +0000 (
01:11
+0000)]
ext/Fcntl/Fcntl.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/Fcntl/Fcntl.xs
b/ext/Fcntl/Fcntl.xs
index
dfdf099
..
90f3af5
100644
(file)
--- a/
ext/Fcntl/Fcntl.xs
+++ b/
ext/Fcntl/Fcntl.xs
@@
-2,7
+2,11
@@
#include "perl.h"
#include "XSUB.h"
-#include <fcntl.h>
+#ifdef VMS
+# include <file.h>
+#else
+# include <fcntl.h>
+#endif
/* This comment is a kludge to get metaconfig to see the symbols
VAL_O_NONBLOCK