diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-10-10 17:48:44 +0000 | 
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-10-10 17:48:44 +0000 | 
| commit | 6eabd84580f1e72a1bc829696e49711c13eb47ad (patch) | |
| tree | 1512bc77623c693051d32159b74ab8a1fc152e4f /lib/libc | |
| parent | 260a11714171588b02bde41a96549826479e3f3c (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/fstab.c | 2 | ||||
| -rw-r--r-- | lib/libc/gen/getmntinfo.c | 2 | ||||
| -rw-r--r-- | lib/libc/gen/getvfsbyname.c | 2 | ||||
| -rw-r--r-- | lib/libc/gen/getvfsent.c | 2 | ||||
| -rw-r--r-- | lib/libc/gen/opendir.c | 2 | 
5 files changed, 0 insertions, 10 deletions
diff --git a/lib/libc/gen/fstab.c b/lib/libc/gen/fstab.c index 7e263fb1972f..83db5ec1152a 100644 --- a/lib/libc/gen/fstab.c +++ b/lib/libc/gen/fstab.c @@ -42,8 +42,6 @@ static char rcsid[] =  #include "namespace.h"  #include <sys/param.h> -#include <sys/lock.h> -#include <sys/mutex.h>  #include <sys/mount.h>  #include <sys/stat.h> diff --git a/lib/libc/gen/getmntinfo.c b/lib/libc/gen/getmntinfo.c index a2ee2378c630..924790de9116 100644 --- a/lib/libc/gen/getmntinfo.c +++ b/lib/libc/gen/getmntinfo.c @@ -38,8 +38,6 @@ static char sccsid[] = "@(#)getmntinfo.c	8.1 (Berkeley) 6/4/93";  #endif /* LIBC_SCCS and not lint */  #include <sys/param.h> -#include <sys/lock.h> -#include <sys/mutex.h>  #include <sys/ucred.h>  #include <sys/mount.h>  #include <stdlib.h> diff --git a/lib/libc/gen/getvfsbyname.c b/lib/libc/gen/getvfsbyname.c index f5e3283bda7c..a8f691320e72 100644 --- a/lib/libc/gen/getvfsbyname.c +++ b/lib/libc/gen/getvfsbyname.c @@ -40,8 +40,6 @@ static const char rcsid[] =  #endif /* not lint */  #include <sys/param.h> -#include <sys/lock.h> -#include <sys/mutex.h>  #include <sys/mount.h>  #include <sys/sysctl.h>  #include <errno.h> diff --git a/lib/libc/gen/getvfsent.c b/lib/libc/gen/getvfsent.c index d86dfa06ac46..2b8998cbd0f2 100644 --- a/lib/libc/gen/getvfsent.c +++ b/lib/libc/gen/getvfsent.c @@ -7,8 +7,6 @@   */  #include <sys/param.h> -#include <sys/lock.h> -#include <sys/mutex.h>  #include <sys/types.h>  #include <sys/mount.h>  #include <sys/sysctl.h> diff --git a/lib/libc/gen/opendir.c b/lib/libc/gen/opendir.c index 8af17a6e96fa..d1762f58b892 100644 --- a/lib/libc/gen/opendir.c +++ b/lib/libc/gen/opendir.c @@ -39,8 +39,6 @@ static char sccsid[] = "@(#)opendir.c	8.8 (Berkeley) 5/1/95";  #include "namespace.h"  #include <sys/param.h> -#include <sys/lock.h> -#include <sys/mutex.h>  #include <sys/mount.h>  #include <sys/stat.h>  | 
