diff options
author | bde <bde@FreeBSD.org> | 2001-10-10 17:48:44 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2001-10-10 17:48:44 +0000 |
commit | 229c3ac7c37b6aa4c4077e0903ab2f95e835aace (patch) | |
tree | 1512bc77623c693051d32159b74ab8a1fc152e4f /usr.bin | |
parent | c08ea910e403a194aca0dd4a6866f48bcfa7c056 (diff) | |
download | FreeBSD-src-229c3ac7c37b6aa4c4077e0903ab2f95e835aace.zip FreeBSD-src-229c3ac7c37b6aa4c4077e0903ab2f95e835aace.tar.gz |
Compensate for "Compensate for header dethreading" by backing it out.
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 cc08859..0e76a5a 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 5f17bf9..8894cd4 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 5f17bf9..8894cd4 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 d1cb973..463ea5c 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 a66bbcf..4e4b3bf 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 62a603a..03a9e94 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 99ea020..65a0a79 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 7337b49..66a0fda 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 d00713d..d410ec7 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> |