Module Name: src Committed By: pooka Date: Mon Jul 19 15:25:47 UTC 2010
Modified Files: src/sys/kern: makesyscalls.sh Log Message: Include <rump/rump_syscalls_compat.h> from rump_syscalls.h. This file will contain compat defs which are not autogenerated. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/kern/makesyscalls.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/kern/makesyscalls.sh diff -u src/sys/kern/makesyscalls.sh:1.97 src/sys/kern/makesyscalls.sh:1.98 --- src/sys/kern/makesyscalls.sh:1.97 Mon May 17 12:35:20 2010 +++ src/sys/kern/makesyscalls.sh Mon Jul 19 15:25:47 2010 @@ -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