More de-cut-and-pastos.
[p5sagit/p5-mst-13.2.git] / perl.h
diff --git a/perl.h b/perl.h
index 9dd71e5..c7e328a 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -2783,15 +2783,13 @@ typedef struct am_table_short AMTS;
 #ifdef IAMSUID
 
 #ifdef I_SYS_STATVFS
-#   include <sys/statvfs.h>
-#else
-#   ifdef I_SYS_MOUNT
-#       include <sys/mount.h>
-#   else
-#       ifdef I_MNTENT
-#           include <mntent.h>
-#       endif
-#   endif
+#   include <sys/statvfs.h>     /* for f?statvfs() */
+#endif
+#ifdef I_SYS_MOUNT
+#   include <sys/mount.h>       /* for *BSD f?statfs() */
+#endif
+#ifdef I_MNTENT
+#   include <mntent.h>          /* for getmntent() */
 #endif
 
 #endif /* IAMSUID */