Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/xinstall
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.
Home |
Main Index |
Thread Index |
Old Index