+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.
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