Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Include non-portable <sys/idtype.h> inside RUMP_CLI...



details:   https://anonhg.NetBSD.org/src/rev/6bdf98b4f4f2
branches:  trunk
changeset: 815215:6bdf98b4f4f2
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri May 06 10:17:34 2016 +0000

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

diffstat:

 sys/kern/syscalls.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a97d2ece19f7 -r 6bdf98b4f4f2 sys/kern/syscalls.conf
--- a/sys/kern/syscalls.conf    Fri May 06 09:30:05 2016 +0000
+++ b/sys/kern/syscalls.conf    Fri May 06 10:17:34 2016 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index