summaryrefslogtreecommitdiff
path: root/arscan.c
diff options
context:
space:
mode:
authorroland <>1992-06-19 20:21:54 +0000
committerroland <>1992-06-19 20:21:54 +0000
commitdb27c6da399227ba6153d90ccee3e2e33e928b97 (patch)
tree51e6e419785f7917272feeb81f02341135e857aa /arscan.c
parent6448dcd086d819bc43396183df226cf53aef3452 (diff)
downloadmake-db27c6da399227ba6153d90ccee3e2e33e928b97.tar.gz
Formerly arscan.c.~23~
Diffstat (limited to 'arscan.c')
-rw-r--r--arscan.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arscan.c b/arscan.c
index 80a4412d..00318f50 100644
--- a/arscan.c
+++ b/arscan.c
@@ -40,6 +40,11 @@
#ifndef AR_HDR_SIZE
#define AR_HDR_SIZE (sizeof (struct ar_hdr))
#endif
+
+/* SCO Unix's compiler defines both of these. */
+#ifdef M_UNIX
+#undef M_XENIX
+#endif
/* Takes three arguments ARCHIVE, FUNCTION and ARG.