From: Fred Fish Date: Wed, 31 Jan 1996 02:31:02 +0000 (+0000) Subject: * defs.h (errno.h>: Move #include closer to head of file to solve X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad1e42be5ae13bbecdff7417ffef012a55b86b82;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6c85e22489a..0eef8330524 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Tue Jan 30 18:26:19 1996 Fred Fish + + * 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 From Jon Reeves :