Absolute path to /sys again...

This commit is contained in:
phk 1994-11-21 00:53:32 +00:00
parent f36d4baf8e
commit e598e9e0f7

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