mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 23:06:54 +00:00
Formerly arscan.c.~23~
This commit is contained in:
parent
320a119913
commit
6f322b59da
1 changed files with 5 additions and 0 deletions
5
arscan.c
5
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue