oops, back out my old patch - caused more harm than good
git-svn-id: svn://10.0.0.236/trunk@24569 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
89279e76c7
commit
f26593c07d
@ -28,11 +28,6 @@
|
||||
#include <limits.h>
|
||||
#include "nsError.h"
|
||||
|
||||
// this is inside stdlib.h, but inside wierd #ifdef's...
|
||||
#if defined (LINUX)
|
||||
extern "C" char *realpath(char *path, char resolved_path[]);
|
||||
#endif
|
||||
|
||||
#if defined(IRIX) || defined(OSF1) || defined(SOLARIS) || defined(UNIXWARE) || defined(SNI) || defined(NCR) || defined(NEC) || defined(DGUX)
|
||||
#include <sys/statvfs.h> /* for statvfs() */
|
||||
#define STATFS statvfs
|
||||
|
||||
@ -28,11 +28,6 @@
|
||||
#include <limits.h>
|
||||
#include "nsError.h"
|
||||
|
||||
// this is inside stdlib.h, but inside wierd #ifdef's...
|
||||
#if defined (LINUX)
|
||||
extern "C" char *realpath(char *path, char resolved_path[]);
|
||||
#endif
|
||||
|
||||
#if defined(IRIX) || defined(OSF1) || defined(SOLARIS) || defined(UNIXWARE) || defined(SNI) || defined(NCR) || defined(NEC) || defined(DGUX)
|
||||
#include <sys/statvfs.h> /* for statvfs() */
|
||||
#define STATFS statvfs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user