Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/chs-ubc2]: src/sys/compat/sunos Regen.
details: https://anonhg.NetBSD.org/src/rev/65cc766c3728
branches: chs-ubc2
changeset: 471429:65cc766c3728
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Aug 02 21:53:31 1999 +0000
description:
Regen.
diffstat:
sys/compat/sunos/sunos_syscall.h | 6 +++---
sys/compat/sunos/sunos_syscallargs.h | 4 ++--
sys/compat/sunos/sunos_syscalls.c | 4 ++--
sys/compat/sunos/sunos_sysent.c | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
diffs (73 lines):
diff -r f0a8c4b0822e -r 65cc766c3728 sys/compat/sunos/sunos_syscall.h
--- a/sys/compat/sunos/sunos_syscall.h Mon Aug 02 21:53:23 1999 +0000
+++ b/sys/compat/sunos/sunos_syscall.h Mon Aug 02 21:53:31 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos_syscall.h,v 1.58 1999/03/22 17:30:38 sommerfe Exp $ */
+/* $NetBSD: sunos_syscall.h,v 1.58.4.1 1999/08/02 21:53:31 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.52 1999/03/22 17:28:21 sommerfe Exp
+ * created from NetBSD: syscalls.master,v 1.52.4.1 1999/08/02 21:53:23 thorpej Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -151,7 +151,7 @@
/* 67 is obsolete vread */
/* 68 is obsolete vwrite */
-/* syscall: "sbrk" ret: "int" args: "int" */
+/* syscall: "sbrk" ret: "int" args: "intptr_t" */
#define SUNOS_SYS_sbrk 69
/* syscall: "sstk" ret: "int" args: "int" */
diff -r f0a8c4b0822e -r 65cc766c3728 sys/compat/sunos/sunos_syscallargs.h
--- a/sys/compat/sunos/sunos_syscallargs.h Mon Aug 02 21:53:23 1999 +0000
+++ b/sys/compat/sunos/sunos_syscallargs.h Mon Aug 02 21:53:31 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos_syscallargs.h,v 1.42 1999/03/22 17:30:38 sommerfe Exp $ */
+/* $NetBSD: sunos_syscallargs.h,v 1.42.4.1 1999/08/02 21:53:31 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.52 1999/03/22 17:28:21 sommerfe Exp
+ * created from NetBSD: syscalls.master,v 1.52.4.1 1999/08/02 21:53:23 thorpej Exp
*/
#ifndef _SUNOS_SYS__SYSCALLARGS_H_
diff -r f0a8c4b0822e -r 65cc766c3728 sys/compat/sunos/sunos_syscalls.c
--- a/sys/compat/sunos/sunos_syscalls.c Mon Aug 02 21:53:23 1999 +0000
+++ b/sys/compat/sunos/sunos_syscalls.c Mon Aug 02 21:53:31 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos_syscalls.c,v 1.57 1999/03/22 17:30:39 sommerfe Exp $ */
+/* $NetBSD: sunos_syscalls.c,v 1.57.4.1 1999/08/02 21:53:31 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.52 1999/03/22 17:28:21 sommerfe Exp
+ * created from NetBSD: syscalls.master,v 1.52.4.1 1999/08/02 21:53:23 thorpej Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
diff -r f0a8c4b0822e -r 65cc766c3728 sys/compat/sunos/sunos_sysent.c
--- a/sys/compat/sunos/sunos_sysent.c Mon Aug 02 21:53:23 1999 +0000
+++ b/sys/compat/sunos/sunos_sysent.c Mon Aug 02 21:53:31 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: sunos_sysent.c,v 1.50 1999/03/22 17:30:39 sommerfe Exp $ */
+/* $NetBSD: sunos_sysent.c,v 1.50.4.1 1999/08/02 21:53:31 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.52 1999/03/22 17:28:21 sommerfe Exp
+ * created from NetBSD: syscalls.master,v 1.52.4.1 1999/08/02 21:53:23 thorpej Exp
*/
#include "opt_nfsserver.h"
Home |
Main Index |
Thread Index |
Old Index