Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern rump needs <sys/idtype.h>
details: https://anonhg.NetBSD.org/src/rev/cd52fe68f570
branches: trunk
changeset: 344514:cd52fe68f570
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 03 01:22:18 2016 +0000
description:
rump needs <sys/idtype.h>
diffstat:
sys/kern/syscalls.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 99b134ac7a54 -r cd52fe68f570 sys/kern/syscalls.conf
--- a/sys/kern/syscalls.conf Sun Apr 03 01:01:46 2016 +0000
+++ b/sys/kern/syscalls.conf Sun Apr 03 01:22:18 2016 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: syscalls.conf,v 1.26 2015/12/01 00:58:29 pgoyette Exp $
+# $NetBSD: syscalls.conf,v 1.27 2016/04/03 01:22:18 christos 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/socket.h>\n\n'
+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'
sysautoload="syscalls_autoload.c"
sysalign=1
rumpcalls="../rump/librump/rumpkern/rump_syscalls.c"
Home |
Main Index |
Thread Index |
Old Index