* xm-vax.h: #ifndef ultrix around #include of endian.h and
authorStu Grossman <grossman@cygnus>
Sat, 1 Feb 1992 05:47:28 +0000 (05:47 +0000)
committerStu Grossman <grossman@cygnus>
Sat, 1 Feb 1992 05:47:28 +0000 (05:47 +0000)
limits.h (sigh).

gdb/ChangeLog
gdb/xm-vax.h

index fbe64a976a0bed410bf2791bb12f0d43ef65dd4a..d336bdfe7df404fcab28f505e860d4c84d190a53 100644 (file)
@@ -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.
index ebe2b9de4685db737f8567c8eef5280a3b83bcce..ceb59ab2f096abe0fba88adff7a12fd20ffb3605 100644 (file)
@@ -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 <machine/endian.h>
 #include <machine/limits.h>
+#endif /* ultrix */
 
 #define HOST_BYTE_ORDER LITTLE_ENDIAN