* hosts/std-host.h: #include ansidecl.h 'cause PTR is used in
authorJason Molenda <crash@cygnus>
Tue, 25 Apr 1995 18:07:43 +0000 (18:07 +0000)
committerJason Molenda <crash@cygnus>
Tue, 25 Apr 1995 18:07:43 +0000 (18:07 +0000)
        std-host.h.

bfd/ChangeLog
bfd/hosts/std-host.h

index 0ca3fd35e9198c9649aa42128be8b5804b9c4f40..1c1ac512a0d695a41e5617fef11a4eb19d8ee29c 100644 (file)
@@ -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
index 783eff9330d366848bbc8a78306175f65f05c6b9..6ce80daa4defeec6f9e78e58679d6c1725707d03 100644 (file)
@@ -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)
This page took 0.050137 seconds and 4 git commands to generate.