Include non-portable <sys/idtype.h> inside RUMP_CLIENT protection.

This commit is contained in:
pooka 2016-05-06 10:17:34 +00:00
parent 7ce81240c1
commit a207070c4b

View File

@ -1,11 +1,11 @@
# $NetBSD: syscalls.conf,v 1.27 2016/04/03 01:22:18 christos Exp $
# $NetBSD: syscalls.conf,v 1.28 2016/05/06 10:17:34 pooka Exp $
sysnames="syscalls.c"
sysnumhdr="../sys/syscall.h"
syssw="init_sysent.c"
systrace="systrace_args.c"
sysarghdr="../sys/syscallargs.h"
sysarghdrextra='#ifndef RUMP_CLIENT\n#include <sys/mount.h>\n#include <sys/sched.h>\n#endif\n#include <sys/idtype.h>\n#include <sys/socket.h>\n\n'
sysarghdrextra='#ifndef RUMP_CLIENT\n#include <sys/idtype.h>\n#include <sys/mount.h>\n#include <sys/sched.h>\n#endif\n\n#include <sys/socket.h>\n\n'
sysautoload="syscalls_autoload.c"
sysalign=1
rumpcalls="../rump/librump/rumpkern/rump_syscalls.c"