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 /usr.bin | |
| parent | 260a11714171588b02bde41a96549826479e3f3c (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/fstat/fstat.c | 1 | ||||
| -rw-r--r-- | usr.bin/gcore/aoutcore.c | 1 | ||||
| -rw-r--r-- | usr.bin/gcore/gcore.c | 1 | ||||
| -rw-r--r-- | usr.bin/killall/killall.c | 1 | ||||
| -rw-r--r-- | usr.bin/ktrace/subr.c | 1 | ||||
| -rw-r--r-- | usr.bin/systat/pigs.c | 1 | ||||
| -rw-r--r-- | usr.bin/top/machine.c | 1 | ||||
| -rw-r--r-- | usr.bin/w/proc_compare.c | 1 | ||||
| -rw-r--r-- | usr.bin/w/w.c | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index cc088596c2b6..0e76a5a80087 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -46,7 +46,6 @@ static const char rcsid[] = #endif /* not lint */ #include <sys/param.h> -#include <sys/lock.h> #include <sys/time.h> #include <sys/proc.h> #include <sys/user.h> diff --git a/usr.bin/gcore/aoutcore.c b/usr.bin/gcore/aoutcore.c index 5f17bf9e753b..8894cd4d2eed 100644 --- a/usr.bin/gcore/aoutcore.c +++ b/usr.bin/gcore/aoutcore.c @@ -57,7 +57,6 @@ static const char rcsid[] = * contract BG 91-66 and contributed to Berkeley. */ #include <sys/param.h> -#include <sys/lock.h> #include <sys/time.h> #include <sys/stat.h> #include <sys/proc.h> diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 5f17bf9e753b..8894cd4d2eed 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -57,7 +57,6 @@ static const char rcsid[] = * contract BG 91-66 and contributed to Berkeley. */ #include <sys/param.h> -#include <sys/lock.h> #include <sys/time.h> #include <sys/stat.h> #include <sys/proc.h> diff --git a/usr.bin/killall/killall.c b/usr.bin/killall/killall.c index d1cb973da43d..463ea5cd33be 100644 --- a/usr.bin/killall/killall.c +++ b/usr.bin/killall/killall.c @@ -29,7 +29,6 @@ #include <sys/cdefs.h> #include <sys/param.h> -#include <sys/lock.h> #include <sys/stat.h> #include <sys/user.h> #include <sys/sysctl.h> diff --git a/usr.bin/ktrace/subr.c b/usr.bin/ktrace/subr.c index a66bbcf1564d..4e4b3bf466a5 100644 --- a/usr.bin/ktrace/subr.c +++ b/usr.bin/ktrace/subr.c @@ -41,7 +41,6 @@ static const char rcsid[] = #include <sys/param.h> #include <sys/file.h> -#include <sys/lock.h> #include <sys/user.h> #include <sys/proc.h> #include <sys/time.h> diff --git a/usr.bin/systat/pigs.c b/usr.bin/systat/pigs.c index 62a603ad16ab..03a9e94513fd 100644 --- a/usr.bin/systat/pigs.c +++ b/usr.bin/systat/pigs.c @@ -43,7 +43,6 @@ static char sccsid[] = "@(#)pigs.c 8.2 (Berkeley) 9/23/93"; #include <sys/param.h> #include <sys/dkstat.h> -#include <sys/lock.h> #include <sys/time.h> #include <sys/user.h> #include <sys/sysctl.h> diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 99ea02039360..65a0a79e63d5 100644 --- a/usr.bin/top/machine.c +++ b/usr.bin/top/machine.c @@ -28,7 +28,6 @@ #include <sys/types.h> #include <sys/signal.h> #include <sys/param.h> -#include <sys/lock.h> #include "os.h" #include <stdio.h> diff --git a/usr.bin/w/proc_compare.c b/usr.bin/w/proc_compare.c index 7337b491e821..66a0fdab8982 100644 --- a/usr.bin/w/proc_compare.c +++ b/usr.bin/w/proc_compare.c @@ -40,7 +40,6 @@ static const char rcsid[] = #endif /* not lint */ #include <sys/param.h> -#include <sys/lock.h> #include <sys/time.h> #include <sys/user.h> diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index d00713d31020..d410ec74eed1 100644 --- a/usr.bin/w/w.c +++ b/usr.bin/w/w.c @@ -52,7 +52,6 @@ static const char rcsid[] = * */ #include <sys/param.h> -#include <sys/lock.h> #include <sys/time.h> #include <sys/stat.h> #include <sys/sysctl.h> |
