Forgot this one from previous commit. It too is needed for syscallargs.h

on rumpclient on !NetBSD.
This commit is contained in:
pooka 2012-08-03 12:41:13 +00:00
parent 0dbefb0fc2
commit 3c09f0a002

View File

@ -1,10 +1,10 @@
# $NetBSD: syscalls.conf,v 1.18 2012/02/19 17:00:57 matt Exp $
# $NetBSD: syscalls.conf,v 1.19 2012/08/03 12:41:13 pooka Exp $
sysnames="syscalls.c"
sysnumhdr="../sys/syscall.h"
syssw="init_sysent.c"
sysarghdr="../sys/syscallargs.h"
sysarghdrextra='#include <sys/mount.h>\n#include <sys/sched.h>\n#include <sys/socket.h>\n\n'
sysarghdrextra='#include <sys/mount.h>\n#ifndef RUMP_CLIENT\n#include <sys/sched.h>\n#endif\n#include <sys/socket.h>\n\n'
sysalign=1
rumpcalls="../rump/librump/rumpkern/rump_syscalls.c"
rumpcallshdr="../rump/include/rump/rump_syscalls.h"