diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-03 00:35:53 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-03 00:35:53 +0000 |
| commit | 88c80dc7efabadb760f61cd2a50ce1dc1279caa4 (patch) | |
| tree | 834a7e2610783e31dbe55fdffb6f3ceccf865f1e | |
| parent | 933ca70f8f888b7fc1b06213198ba15ca346aeca (diff) | |
Notes
| -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 65dd35e5e56e7..3eb5a195bf2b0 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 65dd35e5e56e7..3eb5a195bf2b0 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> |
