Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/20/2000 18:15:25
Module Name:	basesrc
Committed By:	thorpej
Date:		Tue Mar 21 02:15:25 UTC 2000

Modified Files:
	basesrc/bin/pax: tables.c tables.h

Log Message:
Use an in-core stack for directory permissions rather than a temporary
file.  The temporary file code can be reenabled by building with
-DDIRS_USE_FILE.

Fixes a problem where sysinst would fail to unpack the base set because
the temporary file wouldn't fit in the ramdisk.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/bin/pax/tables.c
cvs rdiff -r1.5 -r1.6 basesrc/bin/pax/tables.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.