From: Fred Fish Date: Wed, 1 Jan 1992 12:26:42 +0000 (+0000) Subject: Add '#define HAVE_PROCFS', move '#include "fopen-same.h" to end of file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=748ec1244c455ecfa7462a2f0d5b819e430a1ded;p=binutils-gdb.git Add '#define HAVE_PROCFS', move '#include "fopen-same.h" to end of file to match the other h-* files. --- diff --git a/bfd/hosts/amix.h b/bfd/hosts/amix.h index ce5ce6b2a03..df6895443fe 100644 --- a/bfd/hosts/amix.h +++ b/bfd/hosts/amix.h @@ -10,8 +10,6 @@ #include #include -#include "fopen-same.h" - #ifndef O_ACCMODE #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif @@ -19,6 +17,7 @@ #define SEEK_CUR 1 #define POSIX_UTIME +#define HAVE_PROCFS /* This host has /proc support */ extern PROTO(int, abort,(void)); extern PROTO(int, close,(int)); @@ -63,3 +62,5 @@ typedef short int16_type; typedef unsigned short uint16_type; typedef int int32_type; typedef unsigned int uint32_type; + +#include "fopen-same.h" diff --git a/bfd/hosts/i386v4.h b/bfd/hosts/i386v4.h index d622fd849a0..2e8fa448668 100644 --- a/bfd/hosts/i386v4.h +++ b/bfd/hosts/i386v4.h @@ -1,4 +1,5 @@ /* SVR4 Unix host system */ + #include #include #include @@ -16,6 +17,7 @@ #define SEEK_CUR 1 #define POSIX_UTIME +#define HAVE_PROCFS /* This host has /proc support */ extern PROTO(int, abort,(void)); extern PROTO(int, close,(int)); @@ -60,4 +62,5 @@ typedef short int16_type; typedef unsigned short uint16_type; typedef int int32_type; typedef unsigned int uint32_type; + #include "fopen-same.h"