From 55229b5643b82cbfa4f51e51494719bafb626142 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 21 Nov 1994 00:53:32 +0000 Subject: Absolute path to /sys again... --- usr.bin/kdump/kdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #define KTRACE -#include "/sys/kern/syscalls.c" +#include #undef KTRACE int nsyscalls = sizeof (syscallnames) / sizeof (syscallnames[0]); -- cgit v1.2.3