diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-19 20:21:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-19 20:21:54 +0000 |
commit | 6f322b59da74479d8d6809ec616ce2cb3cfcd90d (patch) | |
tree | 51e6e419785f7917272feeb81f02341135e857aa | |
parent | 320a119913e6b83905b7cc3aab6823685aae5fb8 (diff) | |
download | gunmake-6f322b59da74479d8d6809ec616ce2cb3cfcd90d.tar.gz |
Formerly arscan.c.~23~
-rw-r--r-- | arscan.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |