summaryrefslogtreecommitdiffstats
path: root/usr.bin/gcore
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-05-03 00:35:53 +0000
committerobrien <obrien@FreeBSD.org>2001-05-03 00:35:53 +0000
commited39fc393affa94f49d74146fa4712aa9915569a (patch)
tree6d59e84077df7f17d063b21aaa862efac19a8789 /usr.bin/gcore
parent461d7e14727691ea7057292a302d20690782e1e6 (diff)
downloadFreeBSD-src-ed39fc393affa94f49d74146fa4712aa9915569a.zip
FreeBSD-src-ed39fc393affa94f49d74146fa4712aa9915569a.tar.gz
Fix minor style issue from previous commit.
Diffstat (limited to 'usr.bin/gcore')
-rw-r--r--usr.bin/gcore/aoutcore.c2
-rw-r--r--usr.bin/gcore/gcore.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gcore/aoutcore.c b/usr.bin/gcore/aoutcore.c
index 65dd35e..3eb5a19 100644
--- a/usr.bin/gcore/aoutcore.c
+++ b/usr.bin/gcore/aoutcore.c
@@ -63,8 +63,8 @@ static const char rcsid[] =
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/sysctl.h>
-#include <machine/elf.h>
+#include <machine/elf.h>
#include <machine/vmparam.h>
#include <a.out.h>
diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c
index 65dd35e..3eb5a19 100644
--- a/usr.bin/gcore/gcore.c
+++ b/usr.bin/gcore/gcore.c
@@ -63,8 +63,8 @@ static const char rcsid[] =
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/sysctl.h>
-#include <machine/elf.h>
+#include <machine/elf.h>
#include <machine/vmparam.h>
#include <a.out.h>
OpenPOWER on IntegriCloud