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/c786f2bf9e3b
branches: trunk
changeset: 481454:c786f2bf9e3b
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 31 15:13:24 2000 +0000
description:
Regen
diffstat:
sys/kern/init_sysent.c | 10 +++++-----
sys/kern/syscalls.c | 8 ++++----
sys/sys/syscall.h | 10 +++++-----
sys/sys/syscallargs.h | 10 +++++-----
4 files changed, 19 insertions(+), 19 deletions(-)
diffs (128 lines):
diff -r 2fcce4f64283 -r c786f2bf9e3b sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c Mon Jan 31 15:12:30 2000 +0000
+++ b/sys/kern/init_sysent.c Mon Jan 31 15:13:24 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: init_sysent.c,v 1.112 2000/01/23 01:01:51 mycroft Exp $ */
+/* $NetBSD: init_sysent.c,v 1.113 2000/01/31 15:13:24 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.98 2000/01/23 01:01:30 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.99 2000/01/31 15:12:30 christos Exp
*/
#include "opt_ktrace.h"
@@ -765,11 +765,11 @@
{ 2, s(struct sys_fhstatfs_args),
sys_fhstatfs }, /* 300 = fhstatfs */
#if defined(SYSVSEM) || !defined(_KERNEL)
- { 4, s(struct sys___semctl13_args),
- sys___semctl13 }, /* 301 = __semctl13 */
+ { 4, s(struct sys_____semctl13_args),
+ sys_____semctl13 }, /* 301 = ____semctl13 */
#else
{ 0, 0,
- sys_nosys }, /* 301 = excluded __semctl13 */
+ sys_nosys }, /* 301 = excluded ____semctl13 */
#endif
#if defined(SYSVMSG) || !defined(_KERNEL)
{ 3, s(struct sys___msgctl13_args),
diff -r 2fcce4f64283 -r c786f2bf9e3b sys/kern/syscalls.c
--- a/sys/kern/syscalls.c Mon Jan 31 15:12:30 2000 +0000
+++ b/sys/kern/syscalls.c Mon Jan 31 15:13:24 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscalls.c,v 1.106 2000/01/23 01:01:52 mycroft Exp $ */
+/* $NetBSD: syscalls.c,v 1.107 2000/01/31 15:13:24 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.98 2000/01/23 01:01:30 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.99 2000/01/31 15:12:30 christos Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
@@ -390,9 +390,9 @@
"fhstat", /* 299 = fhstat */
"fhstatfs", /* 300 = fhstatfs */
#if defined(SYSVSEM) || !defined(_KERNEL)
- "__semctl13", /* 301 = __semctl13 */
+ "____semctl13", /* 301 = ____semctl13 */
#else
- "#301 (excluded __semctl13)", /* 301 = excluded __semctl13 */
+ "#301 (excluded ____semctl13)", /* 301 = excluded ____semctl13 */
#endif
#if defined(SYSVMSG) || !defined(_KERNEL)
"__msgctl13", /* 302 = __msgctl13 */
diff -r 2fcce4f64283 -r c786f2bf9e3b sys/sys/syscall.h
--- a/sys/sys/syscall.h Mon Jan 31 15:12:30 2000 +0000
+++ b/sys/sys/syscall.h Mon Jan 31 15:13:24 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.105 2000/01/23 01:01:52 mycroft Exp $ */
+/* $NetBSD: syscall.h,v 1.106 2000/01/31 15:13:29 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.98 2000/01/23 01:01:30 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.99 2000/01/31 15:12:30 christos Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -692,10 +692,10 @@
/* syscall: "fhstatfs" ret: "int" args: "const fhandle_t *" "struct statfs *" */
#define SYS_fhstatfs 300
-/* syscall: "__semctl13" ret: "int" args: "int" "int" "int" "..." */
-#define SYS___semctl13 301
+/* syscall: "____semctl13" ret: "int" args: "int" "int" "int" "..." */
+#define SYS_____semctl13 301
- /* 301 is excluded __semctl13 */
+ /* 301 is excluded ____semctl13 */
/* syscall: "__msgctl13" ret: "int" args: "int" "int" "struct msqid_ds *" */
#define SYS___msgctl13 302
diff -r 2fcce4f64283 -r c786f2bf9e3b sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h Mon Jan 31 15:12:30 2000 +0000
+++ b/sys/sys/syscallargs.h Mon Jan 31 15:13:24 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.86 2000/01/23 01:01:53 mycroft Exp $ */
+/* $NetBSD: syscallargs.h,v 1.87 2000/01/31 15:13:29 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.98 2000/01/23 01:01:30 mycroft Exp
+ * created from NetBSD: syscalls.master,v 1.99 2000/01/31 15:12:30 christos Exp
*/
#ifndef _SYS__SYSCALLARGS_H_
@@ -1184,11 +1184,11 @@
syscallarg(struct statfs *) buf;
};
-struct sys___semctl13_args {
+struct sys_____semctl13_args {
syscallarg(int) semid;
syscallarg(int) semnum;
syscallarg(int) cmd;
- syscallarg(union __semun) arg;
+ syscallarg(union __semun *) arg;
};
struct sys___msgctl13_args {
@@ -1482,7 +1482,7 @@
int sys_fhstat __P((struct proc *, void *, register_t *));
int sys_fhstatfs __P((struct proc *, void *, register_t *));
#if defined(SYSVSEM) || !defined(_KERNEL)
-int sys___semctl13 __P((struct proc *, void *, register_t *));
+int sys_____semctl13 __P((struct proc *, void *, register_t *));
#else
#endif
#if defined(SYSVMSG) || !defined(_KERNEL)
Home |
Main Index |
Thread Index |
Old Index