* defs.h (errno.h>: Move #include closer to head of file to solve
authorFred Fish <fnf@specifix.com>
Wed, 31 Jan 1996 02:31:02 +0000 (02:31 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 31 Jan 1996 02:31:02 +0000 (02:31 +0000)
obscure problem with systems that declare perror with const arg, in
  both errno.h and stdio.h, and const is defined away by intervening
  local include.

gdb/ChangeLog

index 6c85e22489ad446807006937b4f701b0ccf72504..0eef83305246b7a170dfd4cea0a2436be9d03dd7 100644 (file)
@@ -1,3 +1,10 @@
+Tue Jan 30 18:26:19 1996  Fred Fish  <fnf@cygnus.com>
+
+       * defs.h (errno.h>:  Move #include closer to head of file to solve
+       obscure problem with systems that declare perror with const arg, in
+       both errno.h and stdio.h, and const is defined away by intervening
+       local include.
+
 Tue Jan 30 15:41:10 1996  Fred Fish  <fnf@cygnus.com>
 
        From Jon Reeves <reeves@zk3.dec.com>: