diff options
author | kevlo <kevlo@FreeBSD.org> | 2016-02-19 06:50:00 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2016-02-19 06:50:00 +0000 |
commit | 1633f2da3e55e2f19f0c0c280026b32fcb9ae708 (patch) | |
tree | 8c9c21e0d63a11221c9d2705b8566a7bda84291f /lib/libc | |
parent | 42270c385fa7f451dab95ec9545e1342d89d75d6 (diff) | |
download | FreeBSD-src-1633f2da3e55e2f19f0c0c280026b32fcb9ae708.zip FreeBSD-src-1633f2da3e55e2f19f0c0c280026b32fcb9ae708.tar.gz |
Remove sys/types.h
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/directory.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/directory.3 b/lib/libc/gen/directory.3 index f0d0f4b..3919805 100644 --- a/lib/libc/gen/directory.3 +++ b/lib/libc/gen/directory.3 @@ -28,7 +28,7 @@ .\" @(#)directory.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd May 6, 2015 +.Dd February 19, 2016 .Dt DIRECTORY 3 .Os .Sh NAME @@ -46,7 +46,6 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.In sys/types.h .In dirent.h .Ft DIR * .Fn opendir "const char *filename" |