diff options
author | peter <peter@FreeBSD.org> | 2002-11-15 22:43:56 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-11-15 22:43:56 +0000 |
commit | 5044bd9ace87bfc9ba423a4ea2003b64b244ba2c (patch) | |
tree | a0eafd5feb222b2bf80af2251cfd704f0cd26f7c /lib/libc | |
parent | 97526c738c4cd08d52cb022605460e34b2f0b80f (diff) | |
download | FreeBSD-src-5044bd9ace87bfc9ba423a4ea2003b64b244ba2c.zip FreeBSD-src-5044bd9ace87bfc9ba423a4ea2003b64b244ba2c.tar.gz |
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)
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions