Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Include <rump/rump_syscalls_compat.h> from rump_sys...
details: https://anonhg.NetBSD.org/src/rev/629aeae524bb
branches: trunk
changeset: 756479:629aeae524bb
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Jul 19 15:25:47 2010 +0000
description:
Include <rump/rump_syscalls_compat.h> from rump_syscalls.h. This
file will contain compat defs which are not autogenerated.
diffstat:
sys/kern/makesyscalls.sh | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 505f93a9c7b6 -r 629aeae524bb sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh Mon Jul 19 15:20:21 2010 +0000
+++ b/sys/kern/makesyscalls.sh Mon Jul 19 15:25:47 2010 +0000
@@ -1,5 +1,5 @@
#! /bin/sh -
-# $NetBSD: makesyscalls.sh,v 1.97 2010/05/17 12:35:20 njoly Exp $
+# $NetBSD: makesyscalls.sh,v 1.98 2010/07/19 15:25:47 pooka Exp $
#
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
# All rights reserved.
@@ -806,6 +806,7 @@
cat $sysprotos >> $sysarghdr
echo "#endif /* _${constprefix}SYSCALL_H_ */" >> $sysnumhdr
echo "#endif /* _${constprefix}SYSCALLARGS_H_ */" >> $sysarghdr
+printf "\n#include <rump/rump_syscalls_compat.h>\n" >> $rumpcallshdr
printf "\n#endif /* _RUMP_RUMP_SYSCALLS_H_ */\n" >> $rumpcallshdr
cat $sysdcl $sysent > $syssw
cat $sysnamesbottom >> $sysnames
Home |
Main Index |
Thread Index |
Old Index