Path: utzoo!utgpu!watmath!uunet!mcsun!ukc!slxsys!ibmpcug!ronald From: ronald@ibmpcug.co.uk (Ronald Khoo) Newsgroups: gnu.utils.bug Subject: Re: Make 3.56: Xenix patches and bug fixes Summary: I had to fiddle arscan as well, or it wouldn't touch my libraries Keywords: arscan ar_scan archive library Message-ID: <43cb.2538eade@ibmpcug.co.uk> Date: 15 Oct 89 20:38:54 GMT References: Distribution: gnu Organization: The IBM PC User Group, UK. Lines: 38 In article chip@ateng.ateng.com (Chip Salzenberg) writes: > Patches to GNU Make 3.56. I really hope that these will be adopted into > the official GNU Make release, since there are a _lot_ of Xenix users out > there, and I'm tired of porting each Make version. (:-)) > > Features: > Port to SCO Xenix/386. Hmm... there seem to be a lot of M_XENIX defines in arscan.c already, but I had to add this one as well: *** arscan.c Mon Jun 19 22:37:37 1989 --- foo.c Sun Oct 15 21:20:47 1989 *************** *** 176,184 **** --- 176,190 ---- fnval = (*function) (desc, name, member_offset, member_offset + sizeof (member_header), eltsize, + #ifdef M_XENIX + member_header.ar_date, + member_header.ar_uid, + member_header.ar_gid, + #else atol (member_header.ar_date), atoi (member_header.ar_uid), atoi (member_header.ar_gid), + #endif eltmode, arg); if (fnval) Someone *please* reply and tell me I'm not going mad ! -- Ronald.Khoo@ibmpcug.CO.UK (The IBM PC User Group, PO Box 360, Harrow HA1 4LQ) Path: ...!ukc!slxsys!ibmpcug!ronald Phone: +44-1-863 1191 Fax: +44-1-863 6095 $Header: /users/ronald/.signature,v 1.1 89/09/03 23:36:16 ronald Exp $ :-)