Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site mit-eddie.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!mhuxj!cbosgd!ihnp4!mit-eddie!wdc
From: wdc@mit-eddie.UUCP (William Cattey)
Newsgroups: net.unix-wizards,net.bugs.4bsd
Subject: Bug in 4.2 make with archives
Message-ID: <2762@mit-eddie.UUCP>
Date: Sun, 23-Sep-84 22:34:40 EDT
Article-I.D.: mit-eddi.2762
Posted: Sun Sep 23 22:34:40 1984
Date-Received: Wed, 26-Sep-84 05:35:06 EDT
Distribution: net.unix-wizards,net.bugs.4bsd
Organization: MIT, Cambridge, MA
Lines: 30

(This is something I tried to post a long time ago, but had trouble
with the news system.  Let's try again.)
Bug:
	Make doesn't find the correct modified date for objects
	in archives.

Fix:

	Make the following change to files.c  (to correctly reflect the
changeover to ascii format archives).

371a372
> #define MAXARNAMLEN 16	/* max length of filename in archive */
375c376
< static char arfname[16];
---
> static char arfname[MAXARNAMLEN];
405c406
< 	nc = MAXNAMLEN;
---
> 	nc = MAXARNAMLEN;
412c413
< 	*q++ = '\0';
---
> 	*q++ = ' ';		/* names are blank padded */


Bill Cattey
wcattey@srn-vax				arpa
...decvax!genrad!mit-eddie!wdc		uucp