aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-vax.h
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-02-01 05:47:28 +0000
committerStu Grossman <grossman@cygnus>1992-02-01 05:47:28 +0000
commit3671f1fd31528ae543c7ac1686a777eb4a396237 (patch)
tree2c4b0020238ff2378cbe4cd7fe51be771b4ac51f /gdb/xm-vax.h
parent5dfd2a9bfb1f208e893cc644282f452d75533e37 (diff)
downloadgdb-3671f1fd31528ae543c7ac1686a777eb4a396237.zip
gdb-3671f1fd31528ae543c7ac1686a777eb4a396237.tar.gz
gdb-3671f1fd31528ae543c7ac1686a777eb4a396237.tar.bz2
* xm-vax.h: #ifndef ultrix around #include of endian.h and
limits.h (sigh).
Diffstat (limited to 'gdb/xm-vax.h')
-rw-r--r--gdb/xm-vax.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/xm-vax.h b/gdb/xm-vax.h
index ebe2b9d..ceb59ab 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 <machine/endian.h>
#include <machine/limits.h>
+#endif /* ultrix */
#define HOST_BYTE_ORDER LITTLE_ENDIAN