diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-21 00:53:32 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-21 00:53:32 +0000 |
commit | 55229b5643b82cbfa4f51e51494719bafb626142 (patch) | |
tree | 9b3a060055def2d832a38324641e2eb30dd6663a | |
parent | d8b4e0d7f56f0d3c9ba2ef6d0da130f7fe5ab74c (diff) |
Absolute path to /sys again...
Notes
Notes:
svn path=/head/; revision=4721
-rw-r--r-- | usr.bin/kdump/kdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 3e873af155b9..11d78e88107f 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -232,7 +232,7 @@ dumpheader(kth) #include <sys/syscall.h> #define KTRACE -#include "/sys/kern/syscalls.c" +#include <sys/kern/syscalls.c> #undef KTRACE int nsyscalls = sizeof (syscallnames) / sizeof (syscallnames[0]); |