From 65d1664efdcaa3ffecec3d594747991ec92d197f Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Thu, 16 Dec 1999 08:31:15 +0000 Subject: [PATCH] missing backslash (spotted by Johan Vromans) p4raw-id: //depot/perl@4681 --- perl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.7.4