projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
42de951
)
missing backslash (spotted by Johan Vromans)
Gurusamy Sarathy [Thu, 16 Dec 1999 08:31:15 +0000 (08:31 +0000)]
p4raw-id: //depot/perl@4681
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
8c7674f
..
a235122
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-2291,7
+2291,7
@@
S_fd_on_nosuid_fs(pTHX_ int fd)
# if defined(HAS_FSTAT) && \
defined(HAS_USTAT) && \
defined(HAS_GETMNT) && \
- defined(HAS_STRUCT_FS_DATA) &&
+ defined(HAS_STRUCT_FS_DATA) && \
defined(NOSTAT_ONE)
struct stat fdst;
if (fstat(fd, &fdst) == 0) {