Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Regen.
details: https://anonhg.NetBSD.org/src/rev/08016efad2cc
branches: trunk
changeset: 777464:08016efad2cc
user: matt <matt%NetBSD.org@localhost>
date: Sun Feb 19 17:50:50 2012 +0000
description:
Regen.
diffstat:
sys/kern/init_sysent.c | 6 +++---
sys/kern/syscalls.c | 6 +++---
sys/sys/syscall.h | 6 +++---
sys/sys/syscallargs.h | 8 ++++----
4 files changed, 13 insertions(+), 13 deletions(-)
diffs (94 lines):
diff -r dc440f00ebc8 -r 08016efad2cc sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c Sun Feb 19 17:50:28 2012 +0000
+++ b/sys/kern/init_sysent.c Sun Feb 19 17:50:50 2012 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: init_sysent.c,v 1.262 2012/02/19 17:23:04 matt Exp $ */
+/* $NetBSD: init_sysent.c,v 1.263 2012/02/19 17:50:50 matt Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.256 2012/02/19 17:22:16 matt Exp
+ * created from NetBSD: syscalls.master,v 1.257 2012/02/19 17:50:28 matt Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.262 2012/02/19 17:23:04 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.263 2012/02/19 17:50:50 matt Exp $");
#include "opt_modular.h"
#include "opt_ntp.h"
diff -r dc440f00ebc8 -r 08016efad2cc sys/kern/syscalls.c
--- a/sys/kern/syscalls.c Sun Feb 19 17:50:28 2012 +0000
+++ b/sys/kern/syscalls.c Sun Feb 19 17:50:50 2012 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.253 2012/02/19 17:23:04 matt Exp $ */
+/* $NetBSD: syscalls.c,v 1.254 2012/02/19 17:50:50 matt Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.256 2012/02/19 17:22:16 matt Exp
+ * created from NetBSD: syscalls.master,v 1.257 2012/02/19 17:50:28 matt Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.253 2012/02/19 17:23:04 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.254 2012/02/19 17:50:50 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_modular.h"
diff -r dc440f00ebc8 -r 08016efad2cc sys/sys/syscall.h
--- a/sys/sys/syscall.h Sun Feb 19 17:50:28 2012 +0000
+++ b/sys/sys/syscall.h Sun Feb 19 17:50:50 2012 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.249 2012/02/19 17:23:04 matt Exp $ */
+/* $NetBSD: syscall.h,v 1.250 2012/02/19 17:50:50 matt Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.256 2012/02/19 17:22:16 matt Exp
+ * created from NetBSD: syscalls.master,v 1.257 2012/02/19 17:50:28 matt Exp
*/
#ifndef _SYS_SYSCALL_H_
@@ -928,7 +928,7 @@
/* syscall: "_lwp_ctl" ret: "int" args: "int" "struct lwpctl **" */
#define SYS__lwp_ctl 325
-/* syscall: "compat_60_sa_register" ret: "int" args: "sa_upcall_t" "sa_upcall_t *" "int" "ssize_t" */
+/* syscall: "compat_60_sa_register" ret: "int" args: "void *" "void **" "int" "ssize_t" */
#define SYS_compat_60_sa_register 330
/* syscall: "compat_60_sa_stacks" ret: "int" args: "int" "stack_t *" */
diff -r dc440f00ebc8 -r 08016efad2cc sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h Sun Feb 19 17:50:28 2012 +0000
+++ b/sys/sys/syscallargs.h Sun Feb 19 17:50:50 2012 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.232 2012/02/19 17:23:04 matt Exp $ */
+/* $NetBSD: syscallargs.h,v 1.233 2012/02/19 17:50:50 matt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.256 2012/02/19 17:22:16 matt Exp
+ * created from NetBSD: syscalls.master,v 1.257 2012/02/19 17:50:28 matt Exp
*/
#ifndef _SYS_SYSCALLARGS_H_
@@ -1752,8 +1752,8 @@
check_syscall_args(sys__lwp_ctl)
struct compat_60_sys_sa_register_args {
- syscallarg(sa_upcall_t) new;
- syscallarg(sa_upcall_t *) old;
+ syscallarg(void *) new;
+ syscallarg(void **) old;
syscallarg(int) flags;
syscallarg(ssize_t) stackinfo_offset;
};
Home |
Main Index |
Thread Index |
Old Index