From: Stu Grossman Date: Sat, 1 Feb 1992 05:47:28 +0000 (+0000) Subject: * xm-vax.h: #ifndef ultrix around #include of endian.h and X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3671f1fd31528ae543c7ac1686a777eb4a396237;p=binutils-gdb.git * xm-vax.h: #ifndef ultrix around #include of endian.h and limits.h (sigh). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fbe64a976a0..d336bdfe7df 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 31 21:45:51 1992 Stu Grossman (grossman at cygnus.com) + + * xm-vax.h: #ifndef ultrix around #include of endian.h and + limits.h (sigh). + Fri Jan 31 00:05:01 1992 John Gilmore (gnu at cygnus.com) * Projects: Patching executables is done. diff --git a/gdb/xm-vax.h b/gdb/xm-vax.h index ebe2b9de468..ceb59ab2f09 100644 --- a/gdb/xm-vax.h +++ b/gdb/xm-vax.h @@ -17,10 +17,12 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef ultrix /* FIXME */ /* We have to include these files now, so that GDB will not make competing definitions in defs.h. */ #include #include +#endif /* ultrix */ #define HOST_BYTE_ORDER LITTLE_ENDIAN