summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-21 00:53:32 +0000
committerphk <phk@FreeBSD.org>1994-11-21 00:53:32 +0000
commite598e9e0f71991c8798e08c33548dbf4b6fcafdb (patch)
tree9b3a060055def2d832a38324641e2eb30dd6663a /usr.bin/kdump
parentf36d4baf8ef5e33da790f02269c051fb035dfeed (diff)
downloadFreeBSD-src-e598e9e0f71991c8798e08c33548dbf4b6fcafdb.zip
FreeBSD-src-e598e9e0f71991c8798e08c33548dbf4b6fcafdb.tar.gz
Absolute path to /sys again...
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/kdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c
index 3e873af..11d78e8 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]);
OpenPOWER on IntegriCloud