aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gcore
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-02 23:56:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-02 23:56:21 +0000
commit5e6220d9d0ed9bc47d825655629563debeb4c790 (patch)
treeea44581323d4d5406c62189361371b4f8e3c1db4 /usr.bin/gcore
parent1eb55ff65dd85e929f20bc5c4f11d71d76096b92 (diff)
Notes
Diffstat (limited to 'usr.bin/gcore')
-rw-r--r--usr.bin/gcore/aoutcore.c2
-rw-r--r--usr.bin/gcore/elfcore.c2
-rw-r--r--usr.bin/gcore/gcore.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/gcore/aoutcore.c b/usr.bin/gcore/aoutcore.c
index b5f6143730f0..65dd35e5e56e 100644
--- a/usr.bin/gcore/aoutcore.c
+++ b/usr.bin/gcore/aoutcore.c
@@ -63,11 +63,11 @@ static const char rcsid[] =
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/sysctl.h>
+#include <machine/elf.h>
#include <machine/vmparam.h>
#include <a.out.h>
-#include <elf.h>
#include <err.h>
#include <fcntl.h>
#include <kvm.h>
diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c
index 775fd3b7f9e4..4cb5f0f93fe3 100644
--- a/usr.bin/gcore/elfcore.c
+++ b/usr.bin/gcore/elfcore.c
@@ -29,11 +29,11 @@
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/procfs.h>
+#include <machine/elf.h>
#include <vm/vm_param.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <vm/vm_map.h>
-#include <elf.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c
index b5f6143730f0..65dd35e5e56e 100644
--- a/usr.bin/gcore/gcore.c
+++ b/usr.bin/gcore/gcore.c
@@ -63,11 +63,11 @@ static const char rcsid[] =
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/sysctl.h>
+#include <machine/elf.h>
#include <machine/vmparam.h>
#include <a.out.h>
-#include <elf.h>
#include <err.h>
#include <fcntl.h>
#include <kvm.h>