freebsd-dev/usr.bin/xinstall
Peter Wemm 4001ea8d00 A little bit of anti-foot-shooting. Use utimes(2) rather than
the deprecated utime(3).  utimes(2) uses timeval, but utime(3) uses
time_t's.  If you do bad things (like I did) by mixing up include files
with libc, then install can do strange things if you mismatch the time_t
stuff.  utime() is emulated entirely within libc.

Approved by:  re (jhb)
2002-11-15 22:43:56 +00:00
..
install.1 Document the new behavior of -C with respect to inode-change-time. 2002-10-31 10:43:32 +00:00
Makefile Take __FreeBSD_version into account when BOOTSTRAPPING. 2002-11-13 13:49:29 +00:00
pathnames.h
xinstall.c A little bit of anti-foot-shooting. Use utimes(2) rather than 2002-11-15 22:43:56 +00:00