missing backslash (spotted by Johan Vromans)
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 16 Dec 1999 08:31:15 +0000 (08:31 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 16 Dec 1999 08:31:15 +0000 (08:31 +0000)
p4raw-id: //depot/perl@4681

perl.c

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) {