Subject: CVS commit: src/bin/pax
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/01/2005 02:59:28
Module Name:	src
Committed By:	christos
Date:		Sun May  1 02:59:28 UTC 2005

Modified Files:
	src/bin/pax: Makefile ar_io.c options.c

Log Message:
PR/29005: Jesse Off: nbpax requires sys/mtio.h which doesn't exist on Interix
I added an ifdef called HAVE_MTIO_H and fixed the code to use it. It is
always defined now, but you can change this for Interix.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/bin/pax/Makefile
cvs rdiff -r1.45 -r1.46 src/bin/pax/ar_io.c
cvs rdiff -r1.84 -r1.85 src/bin/pax/options.c

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