aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-01-31 02:31:02 +0000
committerFred Fish <fnf@specifix.com>1996-01-31 02:31:02 +0000
commitad1e42be5ae13bbecdff7417ffef012a55b86b82 (patch)
tree34561fa8aeadc4794b357b2e0104939650c1030a /gdb/ChangeLog
parentd3ba76fc9517fe268a50270adbb2ae954c499ea9 (diff)
downloadgdb-ad1e42be5ae13bbecdff7417ffef012a55b86b82.zip
gdb-ad1e42be5ae13bbecdff7417ffef012a55b86b82.tar.gz
gdb-ad1e42be5ae13bbecdff7417ffef012a55b86b82.tar.bz2
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6c85e22..0eef833 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>: