summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index 81d1f96d99..836ec10458 100644
--- a/perl.c
+++ b/perl.c
@@ -2118,6 +2118,13 @@ sed %s -e \"/^[^#]/b\" \
}
}
+/* Mention
+ * I_SYSSTATVFS HAS_FSTATVFS
+ * I_SYSMOUNT
+ * I_STATFS HAS_FSTATFS
+ * I_MNTENT HAS_GETMNTENT HAS_HASMNTOPT
+ * here so that metaconfig picks them up. */
+
#ifdef IAMSUID
static int
fd_on_nosuid_fs(int fd)