Absolute path to /sys again...

This commit is contained in:
Poul-Henning Kamp 1994-11-21 00:53:32 +00:00
parent d8b4e0d7f5
commit 55229b5643
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4721

View file

@ -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]);