aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-07-14 20:03:34 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-07-14 20:03:34 +0000
commita6c3e5fa39a01d63d18b24d9afabfc95c734650e (patch)
tree0b831b450c9fa4e2a208edef6c596bdcb2fa9821 /usr.bin
parent6cbc4ceb7aa0042e969be7c782436391c579cc3a (diff)
downloadsrc-a6c3e5fa39a01d63d18b24d9afabfc95c734650e.tar.gz
src-a6c3e5fa39a01d63d18b24d9afabfc95c734650e.zip
gcore: Trim stale bits from elf32core.c.
These should have been removed in d95657a1a758e8d993a0eb92259f8c860a309207. Reviewed by: markj Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D35748
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/gcore/elf32core.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/gcore/elf32core.c b/usr.bin/gcore/elf32core.c
index 29fb7d3608b4..196ba9f1cec0 100644
--- a/usr.bin/gcore/elf32core.c
+++ b/usr.bin/gcore/elf32core.c
@@ -5,9 +5,6 @@
#define __ELF_WORD_SIZE 32
#define _MACHINE_ELF_WANT_32BIT
-#define _WANT_LWPINFO32
-
-#include <sys/procfs.h>
#define ELFCORE_COMPAT_32 1
#include "elfcore.c"