From 1502c60de3cbeb9979d2339fe5fb2aa80ea178e9 Mon Sep 17 00:00:00 2001 From: cgd Date: Fri, 6 Jan 1995 00:09:39 +0000 Subject: [PATCH] update for new syscalls.master --- sys/sys/syscall.h | 4 ++-- sys/sys/syscallargs.h | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index d17b3549a40c..f2b42d46a0a3 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.25 1994/12/14 16:29:57 mycroft Exp + * created from NetBSD: syscalls.master,v 1.26 1995/01/06 00:08:17 cgd Exp */ #define SYS_syscall 0 @@ -123,7 +123,7 @@ #define SYS_gettimeofday 116 #define SYS_getrusage 117 #define SYS_getsockopt 118 -#define SYS_resuba 119 + /* 119 is obsolete resuba */ #define SYS_readv 120 #define SYS_writev 121 #define SYS_settimeofday 122 diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h index 77422668ea39..161d18e70efc 100644 --- a/sys/sys/syscallargs.h +++ b/sys/sys/syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.25 1994/12/14 16:29:57 mycroft Exp + * created from NetBSD: syscalls.master,v 1.26 1995/01/06 00:08:17 cgd Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -521,10 +521,6 @@ struct getsockopt_args { syscallarg(int *) avalsize; }; -struct resuba_args { - syscallarg(int) value; -}; - struct readv_args { syscallarg(int) fd; syscallarg(struct iovec *) iovp;