summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorIlya N. Golubev <gin@mo.msk.ru>2001-05-07 14:33:34 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-14 12:37:01 +0000
commit9f982a77c40f95867331948afd3f9e868947b9bc (patch)
treef225286bd35853e8a6cc24e60dc3a3ade55f5e18 /perl.h
parent1ee1859158462df754ea4df3c38c89666303d196 (diff)
downloadperl-9f982a77c40f95867331948afd3f9e868947b9bc.tar.gz
[ID 20010514.025] _SVID3 in <sys/statvfs.h>
Message-Id: <02453af6b23e63-gin@mo.msk.ru> p4raw-id: //depot/perl@10096
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 35629d00e7..9f135b109c 100644
--- a/perl.h
+++ b/perl.h
@@ -3585,6 +3585,9 @@ typedef struct am_table_short AMTS;
#ifdef IAMSUID
#ifdef I_SYS_STATVFS
+# if defined(PERL_SCO) && !defined(_SVID3)
+# define _SVID3
+# endif
# include <sys/statvfs.h> /* for f?statvfs() */
#endif
#ifdef I_SYS_MOUNT