Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 08/10/1998 15:35:03
Module Name:	src
Committed By:	tv
Date:		Mon Aug 10 22:35:02 UTC 1998

Modified Files:
	src/bin/pax: ar_io.c ar_subs.c extern.h tar.c
Log Message:
Transparently handle old-style GNU tar archives that may have garbage in
the trailing block and do not have an end-of-archive marker.  (Does this
handling based on whether the ustar id is "ustar" or "ustar  ".)