From: Gurusamy Sarathy Date: Thu, 16 Dec 1999 08:31:15 +0000 (+0000) Subject: missing backslash (spotted by Johan Vromans) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=65d1664efdcaa3ffecec3d594747991ec92d197f;p=p5sagit%2Fp5-mst-13.2.git missing backslash (spotted by Johan Vromans) p4raw-id: //depot/perl@4681 --- diff --git a/perl.c b/perl.c index 8c7674f..a235122 100644 --- 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) {