Subject: PR/29005 CVS commit: src/bin/pax
To: None <toolchain-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 05/01/2005 03:00:05
The following reply was made to PR toolchain/29005; it has been noted by GNATS.

From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29005 CVS commit: src/bin/pax
Date: Sun,  1 May 2005 02:59:28 +0000 (UTC)

 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.