diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-03 00:35:53 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-03 00:35:53 +0000 |
commit | ed39fc393affa94f49d74146fa4712aa9915569a (patch) | |
tree | 6d59e84077df7f17d063b21aaa862efac19a8789 /usr.bin/gcore | |
parent | 461d7e14727691ea7057292a302d20690782e1e6 (diff) | |
download | FreeBSD-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.c | 2 | ||||
-rw-r--r-- | usr.bin/gcore/gcore.c | 2 |
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> |