K 10 svn:author V 5 peter K 8 svn:date V 27 2002-11-15T22:43:56.000000Z K 7 svn:log V 350 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) END