Simplifying SCO case.

git-svn-id: svn://10.0.0.236/trunk@25820 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1999-04-01 05:16:32 +00:00
parent 5b4f6a0532
commit 9760599d9d
2 changed files with 6 additions and 8 deletions

View File

@@ -31,16 +31,15 @@
#if defined(IRIX) || defined(OSF1) || defined(SOLARIS) || defined(UNIXWARE) || defined(SNI) || defined(NCR) || defined(NEC) || defined(DGUX) || defined(NTO)
#include <sys/statvfs.h> /* for statvfs() */
#define STATFS statvfs
#elif defined(SCO_SV)
#if defined(SCO_SV)
#define _SVID3/* for statvfs.h */
#include <sys/statvfs.h> /* for statvfs() */
#define STATFS statvfs
#endif /* SCO_SV */
#elif defined(HPUX) || defined(LINUX)
#include <sys/vfs.h> /* for statfs() */
#define STATFS statfs
#if defined(SUNOS4)
extern "C" int statfs(char *, struct statfs *);
#endif
#endif /* SUNOS4 */
#else
#if defined(BSDI) || defined(NETBSD) || defined(OPENBSD) || defined(RHAPSODY) || defined(FREEBSD)
#include <sys/mount.h>/* for statfs() */