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/9928a59c5723
branches: trunk
changeset: 508359:9928a59c5723
user: kleink <kleink%NetBSD.org@localhost>
date: Tue Apr 10 11:06:20 2001 +0000
description:
Regen.
diffstat:
sys/kern/init_sysent.c | 4 ++--
sys/kern/syscalls.c | 4 ++--
sys/sys/syscall.h | 4 ++--
sys/sys/syscallargs.h | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diffs (64 lines):
diff -r bfb989f743b0 -r 9928a59c5723 sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c Tue Apr 10 11:03:56 2001 +0000
+++ b/sys/kern/init_sysent.c Tue Apr 10 11:06:20 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: init_sysent.c,v 1.124 2001/01/27 07:48:28 thorpej Exp $ */
+/* $NetBSD: init_sysent.c,v 1.125 2001/04/10 11:06:20 kleink Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp
+ * created from NetBSD: syscalls.master,v 1.109 2001/04/10 11:03:56 kleink Exp
*/
#include "opt_ktrace.h"
diff -r bfb989f743b0 -r 9928a59c5723 sys/kern/syscalls.c
--- a/sys/kern/syscalls.c Tue Apr 10 11:03:56 2001 +0000
+++ b/sys/kern/syscalls.c Tue Apr 10 11:06:20 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscalls.c,v 1.119 2001/01/27 07:48:28 thorpej Exp $ */
+/* $NetBSD: syscalls.c,v 1.120 2001/04/10 11:06:20 kleink Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp
+ * created from NetBSD: syscalls.master,v 1.109 2001/04/10 11:03:56 kleink Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
diff -r bfb989f743b0 -r 9928a59c5723 sys/sys/syscall.h
--- a/sys/sys/syscall.h Tue Apr 10 11:03:56 2001 +0000
+++ b/sys/sys/syscall.h Tue Apr 10 11:06:20 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.118 2001/01/27 07:48:29 thorpej Exp $ */
+/* $NetBSD: syscall.h,v 1.119 2001/04/10 11:06:21 kleink Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp
+ * created from NetBSD: syscalls.master,v 1.109 2001/04/10 11:03:56 kleink Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
diff -r bfb989f743b0 -r 9928a59c5723 sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h Tue Apr 10 11:03:56 2001 +0000
+++ b/sys/sys/syscallargs.h Tue Apr 10 11:06:20 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.99 2001/01/27 07:48:30 thorpej Exp $ */
+/* $NetBSD: syscallargs.h,v 1.100 2001/04/10 11:06:21 kleink Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.108 2001/01/27 07:47:26 thorpej Exp
+ * created from NetBSD: syscalls.master,v 1.109 2001/04/10 11:03:56 kleink Exp
*/
#ifndef _SYS__SYSCALLARGS_H_
Home |
Main Index |
Thread Index |
Old Index