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/gcore | |
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/gcore')
-rw-r--r-- | usr.bin/gcore/aoutcore.c | 1 | ||||
-rw-r--r-- | usr.bin/gcore/gcore.c | 1 |
2 files changed, 0 insertions, 2 deletions
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> |