Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/chs-ubc2]: src/sys Regen.
details: https://anonhg.NetBSD.org/src/rev/258115443fd3
branches: chs-ubc2
changeset: 471438:258115443fd3
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Aug 02 22:17:30 1999 +0000
description:
Regen.
diffstat:
sys/kern/init_sysent.c | 4 ++--
sys/kern/syscalls.c | 4 ++--
sys/sys/syscall.h | 6 +++---
sys/sys/syscallargs.h | 6 +++---
4 files changed, 10 insertions(+), 10 deletions(-)
diffs (82 lines):
diff -r 24e239f068ed -r 258115443fd3 sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c Mon Aug 02 22:16:51 1999 +0000
+++ b/sys/kern/init_sysent.c Mon Aug 02 22:17:30 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: init_sysent.c,v 1.104.4.2 1999/07/01 23:43:20 thorpej Exp $ */
+/* $NetBSD: init_sysent.c,v 1.104.4.3 1999/08/02 22:17:30 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.94 1999/06/29 22:15:31 wrstuden Exp
+ * created from NetBSD: syscalls.master,v 1.90.4.3 1999/08/02 22:16:51 thorpej Exp
*/
#include "opt_ktrace.h"
diff -r 24e239f068ed -r 258115443fd3 sys/kern/syscalls.c
--- a/sys/kern/syscalls.c Mon Aug 02 22:16:51 1999 +0000
+++ b/sys/kern/syscalls.c Mon Aug 02 22:17:30 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscalls.c,v 1.98.4.2 1999/07/01 23:43:21 thorpej Exp $ */
+/* $NetBSD: syscalls.c,v 1.98.4.3 1999/08/02 22:17:30 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.94 1999/06/29 22:15:31 wrstuden Exp
+ * created from NetBSD: syscalls.master,v 1.90.4.3 1999/08/02 22:16:51 thorpej Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
diff -r 24e239f068ed -r 258115443fd3 sys/sys/syscall.h
--- a/sys/sys/syscall.h Mon Aug 02 22:16:51 1999 +0000
+++ b/sys/sys/syscall.h Mon Aug 02 22:17:30 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.97.4.2 1999/07/01 23:50:36 thorpej Exp $ */
+/* $NetBSD: syscall.h,v 1.97.4.3 1999/08/02 22:17:30 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.94 1999/06/29 22:15:31 wrstuden Exp
+ * created from NetBSD: syscalls.master,v 1.90.4.3 1999/08/02 22:16:51 thorpej Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -196,7 +196,7 @@
/* 67 is obsolete vread */
/* 68 is obsolete vwrite */
-/* syscall: "sbrk" ret: "int" args: "int" */
+/* syscall: "sbrk" ret: "int" args: "intptr_t" */
#define SYS_sbrk 69
/* syscall: "sstk" ret: "int" args: "int" */
diff -r 24e239f068ed -r 258115443fd3 sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h Mon Aug 02 22:16:51 1999 +0000
+++ b/sys/sys/syscallargs.h Mon Aug 02 22:17:30 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.78.4.2 1999/07/01 23:50:36 thorpej Exp $ */
+/* $NetBSD: syscallargs.h,v 1.78.4.3 1999/08/02 22:17:30 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.94 1999/06/29 22:15:31 wrstuden Exp
+ * created from NetBSD: syscalls.master,v 1.90.4.3 1999/08/02 22:16:51 thorpej Exp
*/
#ifndef _SYS__SYSCALLARGS_H_
@@ -310,7 +310,7 @@
};
struct sys_sbrk_args {
- syscallarg(int) incr;
+ syscallarg(intptr_t) incr;
};
struct sys_sstk_args {
Home |
Main Index |
Thread Index |
Old Index