diff options
author | hmp <hmp@FreeBSD.org> | 2003-10-09 09:45:20 +0000 |
---|---|---|
committer | hmp <hmp@FreeBSD.org> | 2003-10-09 09:45:20 +0000 |
commit | f280804c96e4a256b74f1d1215b471b6d388072a (patch) | |
tree | bd8e92d1996848faba1f7a0529a4765c10c99067 | |
parent | 5cf670958e5fb4f9096cdbfac8481c54650e0f48 (diff) | |
download | FreeBSD-src-f280804c96e4a256b74f1d1215b471b6d388072a.zip FreeBSD-src-f280804c96e4a256b74f1d1215b471b6d388072a.tar.gz |
Remove unneccessary include of sys/types.h in the SYNOPSIS
header.
Sys/param.h includes sys/types.h internally unless LOCORE is
defined.
Approved by: des (mentor)
-rw-r--r-- | lib/libufs/bread.3 | 1 | ||||
-rw-r--r-- | lib/libufs/cgread.3 | 1 | ||||
-rw-r--r-- | lib/libufs/getino.3 | 1 | ||||
-rw-r--r-- | lib/libufs/libufs.3 | 1 | ||||
-rw-r--r-- | lib/libufs/sbread.3 | 1 | ||||
-rw-r--r-- | lib/libufs/ufs_disk_close.3 | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/lib/libufs/bread.3 b/lib/libufs/bread.3 index b18ce4a..6b254eb 100644 --- a/lib/libufs/bread.3 +++ b/lib/libufs/bread.3 @@ -18,7 +18,6 @@ .Sh LIBRARY .Lb libufs .Sh SYNOPSIS -.In sys/types.h .In sys/param.h .In sys/mount.h .In ufs/ufs/ufsmount.h diff --git a/lib/libufs/cgread.3 b/lib/libufs/cgread.3 index 9245a62..74e1aef 100644 --- a/lib/libufs/cgread.3 +++ b/lib/libufs/cgread.3 @@ -18,7 +18,6 @@ .Sh LIBRARY .Lb libufs .Sh SYNOPSIS -.In sys/types.h .In sys/param.h .In sys/mount.h .In ufs/ufs/ufsmount.h diff --git a/lib/libufs/getino.3 b/lib/libufs/getino.3 index 541ef50..bd54103 100644 --- a/lib/libufs/getino.3 +++ b/lib/libufs/getino.3 @@ -18,7 +18,6 @@ .Sh LIBRARY .Lb libufs .Sh SYNOPSIS -.In sys/types.h .In sys/param.h .In sys/mount.h .In ufs/ufs/ufsmount.h diff --git a/lib/libufs/libufs.3 b/lib/libufs/libufs.3 index 6250803..932a752 100644 --- a/lib/libufs/libufs.3 +++ b/lib/libufs/libufs.3 @@ -16,7 +16,6 @@ .Sh LIBRARY .Lb libufs .Sh SYNOPSIS -.In sys/types.h .In sys/param.h .In sys/mount.h .In ufs/ufs/ufsmount.h diff --git a/lib/libufs/sbread.3 b/lib/libufs/sbread.3 index 885dd46..44e20c1 100644 --- a/lib/libufs/sbread.3 +++ b/lib/libufs/sbread.3 @@ -18,7 +18,6 @@ .Sh LIBRARY .Lb libufs .Sh SYNOPSIS -.In sys/types.h .In sys/param.h .In sys/mount.h .In ufs/ufs/ufsmount.h diff --git a/lib/libufs/ufs_disk_close.3 b/lib/libufs/ufs_disk_close.3 index ec38c94..c1f58f6 100644 --- a/lib/libufs/ufs_disk_close.3 +++ b/lib/libufs/ufs_disk_close.3 @@ -20,7 +20,6 @@ .Sh LIBRARY .Lb libufs .Sh SYNOPSIS -.In sys/types.h .In sys/param.h .In sys/mount.h .In ufs/ufs/ufsmount.h |