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:
alecf%netscape.com 1999-03-20 02:41:27 +00:00
parent 89279e76c7
commit f26593c07d
2 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -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