Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/kern/lib define sysautoload here too, to catch up w...



details:   https://anonhg.NetBSD.org/src/rev/c83ac9917d81
branches:  trunk
changeset: 459435:c83ac9917d81
user:      bad <bad%NetBSD.org@localhost>
date:      Wed Sep 11 20:31:30 2019 +0000

description:
define sysautoload here too, to catch up with kern/makesyscalls.sh r1.173
XXX: This needs to be re-thought

diffstat:

 sys/rump/kern/lib/libsys_cygwin/syscalls.conf |  3 ++-
 sys/rump/kern/lib/libsys_linux/syscalls.conf  |  3 ++-
 sys/rump/kern/lib/libsys_sunos/syscalls.conf  |  3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r 68674b727322 -r c83ac9917d81 sys/rump/kern/lib/libsys_cygwin/syscalls.conf
--- a/sys/rump/kern/lib/libsys_cygwin/syscalls.conf     Wed Sep 11 18:23:31 2019 +0000
+++ b/sys/rump/kern/lib/libsys_cygwin/syscalls.conf     Wed Sep 11 20:31:30 2019 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: syscalls.conf,v 1.1 2013/04/10 16:44:54 pooka Exp $
+#      $NetBSD: syscalls.conf,v 1.2 2019/09/11 20:31:30 bad Exp $
 #
 
 sysnames="rump_cygwin_syscalls.c"
 sysnumhdr="rump_cygwin_syscall.h"
 syssw="rump_cygwin_sysent.c"
 sysarghdr="rump_cygwin_syscallargs.h"
+sysautoload="rump_cygwin_syscalls_autoload.c"
 compatopts=""
 libcompatopts=""
 
diff -r 68674b727322 -r c83ac9917d81 sys/rump/kern/lib/libsys_linux/syscalls.conf
--- a/sys/rump/kern/lib/libsys_linux/syscalls.conf      Wed Sep 11 18:23:31 2019 +0000
+++ b/sys/rump/kern/lib/libsys_linux/syscalls.conf      Wed Sep 11 20:31:30 2019 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: syscalls.conf,v 1.2 2013/03/07 19:08:54 pooka Exp $
+#      $NetBSD: syscalls.conf,v 1.3 2019/09/11 20:31:30 bad Exp $
 #
 
 sysnames="rump_linux_syscalls.c"
 sysnumhdr="rump_linux_syscall.h"
 syssw="rump_linux_sysent.c"
 sysarghdr="rump_linux_syscallargs.h"
+sysautoload="rump_linux_syscalls_autoload.c"
 compatopts=""
 libcompatopts=""
 
diff -r 68674b727322 -r c83ac9917d81 sys/rump/kern/lib/libsys_sunos/syscalls.conf
--- a/sys/rump/kern/lib/libsys_sunos/syscalls.conf      Wed Sep 11 18:23:31 2019 +0000
+++ b/sys/rump/kern/lib/libsys_sunos/syscalls.conf      Wed Sep 11 20:31:30 2019 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: syscalls.conf,v 1.1 2013/04/09 13:08:33 pooka Exp $
+#      $NetBSD: syscalls.conf,v 1.2 2019/09/11 20:31:30 bad Exp $
 #
 
 sysnames="rump_sunos_syscalls.c"
 sysnumhdr="rump_sunos_syscall.h"
 syssw="rump_sunos_sysent.c"
 sysarghdr="rump_sunos_syscallargs.h"
+sysautoload="rump_sunos_syscalls_autoload.c"
 compatopts=""
 libcompatopts=""
 



Home | Main Index | Thread Index | Old Index