From: Roland McGrath Date: Fri, 19 Jun 1992 20:21:54 +0000 (+0000) Subject: Formerly arscan.c.~23~ X-Git-Tag: 3.70.2~705 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f322b59da74479d8d6809ec616ce2cb3cfcd90d;p=thirdparty%2Fmake.git Formerly arscan.c.~23~ --- 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.