Subject: CVS commit: src/usr.bin/xinstall
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/13/2003 20:23:04
Module Name:	src
Committed By:	thorpej
Date:		Thu Mar 13 18:23:03 UTC 2003

Modified Files:
	src/usr.bin/xinstall: xinstall.c

Log Message:
Don't do the madvise(2) call if __APPLE__.  Even though madvise(2)
exists on Mac OS X, and we pass valid arguments, the call always
results in EINVAL, and the warning annoys me.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/usr.bin/xinstall/xinstall.c

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