Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/chs-ubc2]: src/sys/compat/netbsd32 Regen.
details: https://anonhg.NetBSD.org/src/rev/86f6d9ca0ca0
branches: chs-ubc2
changeset: 471427:86f6d9ca0ca0
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Aug 02 21:53:07 1999 +0000
description:
Regen.
diffstat:
sys/compat/netbsd32/netbsd32.h | 4 +++-
sys/compat/netbsd32/netbsd32_syscall.h | 6 +++---
sys/compat/netbsd32/netbsd32_syscallargs.h | 6 +++---
sys/compat/netbsd32/netbsd32_syscalls.c | 4 ++--
sys/compat/netbsd32/netbsd32_sysent.c | 4 ++--
5 files changed, 13 insertions(+), 11 deletions(-)
diffs (100 lines):
diff -r 99202d7cc9c7 -r 86f6d9ca0ca0 sys/compat/netbsd32/netbsd32.h
--- a/sys/compat/netbsd32/netbsd32.h Mon Aug 02 21:52:20 1999 +0000
+++ b/sys/compat/netbsd32/netbsd32.h Mon Aug 02 21:53:07 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32.h,v 1.7 1999/03/25 17:57:21 mrg Exp $ */
+/* $NetBSD: netbsd32.h,v 1.7.4.1 1999/08/02 21:53:07 thorpej Exp $ */
/*
* Copyright (c) 1998 Matthew R. Green
@@ -53,6 +53,8 @@
typedef int32_t netbsd32_clockid_t;
typedef u_int32_t netbsd32_caddr_t;
typedef int32_t netbsd32_key_t;
+typedef int32_t netbsd32_intptr_t;
+typedef u_int32_t netbsd32_uintptr_t;
/* all pointers are u_int32_t */
diff -r 99202d7cc9c7 -r 86f6d9ca0ca0 sys/compat/netbsd32/netbsd32_syscall.h
--- a/sys/compat/netbsd32/netbsd32_syscall.h Mon Aug 02 21:52:20 1999 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscall.h Mon Aug 02 21:53:07 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscall.h,v 1.9.4.1 1999/06/21 01:08:09 thorpej Exp $ */
+/* $NetBSD: netbsd32_syscall.h,v 1.9.4.2 1999/08/02 21:53:07 thorpej Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.8 1999/06/09 04:50:11 christos Exp
+ * created from NetBSD: syscalls.master,v 1.7.4.2 1999/08/02 21:52:57 thorpej Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -198,7 +198,7 @@
/* 67 is obsolete vread */
/* 68 is obsolete vwrite */
-/* syscall: "compat_netbsd32_sbrk" ret: "int" args: "int" */
+/* syscall: "compat_netbsd32_sbrk" ret: "int" args: "netbsd32_intptr_t" */
#define netbsd32_SYS_compat_netbsd32_sbrk 69
/* syscall: "compat_netbsd32_sstk" ret: "int" args: "int" */
diff -r 99202d7cc9c7 -r 86f6d9ca0ca0 sys/compat/netbsd32/netbsd32_syscallargs.h
--- a/sys/compat/netbsd32/netbsd32_syscallargs.h Mon Aug 02 21:52:20 1999 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscallargs.h Mon Aug 02 21:53:07 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscallargs.h,v 1.9.4.1 1999/06/21 01:08:09 thorpej Exp $ */
+/* $NetBSD: netbsd32_syscallargs.h,v 1.9.4.2 1999/08/02 21:53:07 thorpej Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.8 1999/06/09 04:50:11 christos Exp
+ * created from NetBSD: syscalls.master,v 1.7.4.2 1999/08/02 21:52:57 thorpej Exp
*/
#ifndef _netbsd32_SYS__SYSCALLARGS_H_
@@ -310,7 +310,7 @@
};
struct compat_netbsd32_sbrk_args {
- syscallarg(int) incr;
+ syscallarg(netbsd32_intptr_t) incr;
};
struct compat_netbsd32_sstk_args {
diff -r 99202d7cc9c7 -r 86f6d9ca0ca0 sys/compat/netbsd32/netbsd32_syscalls.c
--- a/sys/compat/netbsd32/netbsd32_syscalls.c Mon Aug 02 21:52:20 1999 +0000
+++ b/sys/compat/netbsd32/netbsd32_syscalls.c Mon Aug 02 21:53:07 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_syscalls.c,v 1.9.4.1 1999/06/21 01:08:09 thorpej Exp $ */
+/* $NetBSD: netbsd32_syscalls.c,v 1.9.4.2 1999/08/02 21:53:07 thorpej Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.8 1999/06/09 04:50:11 christos Exp
+ * created from NetBSD: syscalls.master,v 1.7.4.2 1999/08/02 21:52:57 thorpej Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
diff -r 99202d7cc9c7 -r 86f6d9ca0ca0 sys/compat/netbsd32/netbsd32_sysent.c
--- a/sys/compat/netbsd32/netbsd32_sysent.c Mon Aug 02 21:52:20 1999 +0000
+++ b/sys/compat/netbsd32/netbsd32_sysent.c Mon Aug 02 21:53:07 1999 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: netbsd32_sysent.c,v 1.9.4.1 1999/06/21 01:08:09 thorpej Exp $ */
+/* $NetBSD: netbsd32_sysent.c,v 1.9.4.2 1999/08/02 21:53:08 thorpej Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.8 1999/06/09 04:50:11 christos Exp
+ * created from NetBSD: syscalls.master,v 1.7.4.2 1999/08/02 21:52:57 thorpej Exp
*/
#include "opt_ktrace.h"
Home |
Main Index |
Thread Index |
Old Index