diff options
author | mike <mike@FreeBSD.org> | 2002-08-24 00:39:43 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2002-08-24 00:39:43 +0000 |
commit | 3b412a9b8428b5dbfbacea1b625ac288893f6bef (patch) | |
tree | b78b1c4448ffb85c305462c60c9a771593f6c0c5 /lib/libc/gen/utime.3 | |
parent | c38d8bf811f90f4768580ccb1a56e762aec92742 (diff) | |
download | FreeBSD-src-3b412a9b8428b5dbfbacea1b625ac288893f6bef.zip FreeBSD-src-3b412a9b8428b5dbfbacea1b625ac288893f6bef.tar.gz |
Note that <sys/types.h> in no longer a prerequisite for <utime.h> and
<sys/mman.h>.
Diffstat (limited to 'lib/libc/gen/utime.3')
-rw-r--r-- | lib/libc/gen/utime.3 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/gen/utime.3 b/lib/libc/gen/utime.3 index 44c4812..f18ce66 100644 --- a/lib/libc/gen/utime.3 +++ b/lib/libc/gen/utime.3 @@ -41,7 +41,6 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.In sys/types.h .In utime.h .Ft int .Fn utime "const char *file" "const struct utimbuf *timep" |