summaryrefslogtreecommitdiffstats
path: root/bfd
diff options
context:
space:
mode:
authorJason Molenda <crash@cygnus>1995-04-25 18:07:43 +0000
committerJason Molenda <crash@cygnus>1995-04-25 18:07:43 +0000
commit0c3c868b2bc9f03b4ff17af5124be590ae370b22 (patch)
treedd7a2fb05dba67e302f84bd9a6844c881b8a7d54 /bfd
parenteddd19426e8ebb48dc434fc3ee4d049f9da0cbf0 (diff)
downloadppe42-binutils-0c3c868b2bc9f03b4ff17af5124be590ae370b22.tar.gz
ppe42-binutils-0c3c868b2bc9f03b4ff17af5124be590ae370b22.zip
* hosts/std-host.h: #include ansidecl.h 'cause PTR is used in
std-host.h.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog10
-rw-r--r--bfd/hosts/std-host.h1
2 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0ca3fd35e9..1c1ac512a0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,13 @@
+Tue Apr 25 11:03:21 1995 Jason Molenda (crash@phydeaux.cygnus.com)
+
+ * hosts/std-host.h: #include ansidecl.h 'cause PTR is used in
+ std-host.h.
+
+Mon Apr 24 23:56:44 1995 Ken Raeburn (raeburn@kr-pc.cygnus.com)
+
+ * hosts/i386linux.h (HAVE_PROCFS): Don't define it. Added lengthy
+ comment explaining why.
+
Mon Apr 24 10:34:02 1995 Michael Meissner <meissner@cygnus.com>
* hosts/i386linux.h (HAVE_PROCFS): If NO_PROCFS is defined, don't
diff --git a/bfd/hosts/std-host.h b/bfd/hosts/std-host.h
index 783eff9330..6ce80daa4d 100644
--- a/bfd/hosts/std-host.h
+++ b/bfd/hosts/std-host.h
@@ -7,6 +7,7 @@
#include <ctype.h>
#include <string.h>
#include <sys/file.h>
+#include "ansidecl.h"
#ifndef O_ACCMODE
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
OpenPOWER on IntegriCloud