From dc60c14ef668840b06e72c0f11373905ac807a7c Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 16 Oct 1997 23:56:40 +0000 Subject: [PATCH] Regen. --- sys/compat/ultrix/ultrix_syscall.h | 12 ++++++------ sys/compat/ultrix/ultrix_syscallargs.h | 6 +++--- sys/compat/ultrix/ultrix_syscalls.c | 6 +++--- sys/compat/ultrix/ultrix_sysent.c | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/sys/compat/ultrix/ultrix_syscall.h b/sys/compat/ultrix/ultrix_syscall.h index 2bcb122bf451..5f227fafb23c 100644 --- a/sys/compat/ultrix/ultrix_syscall.h +++ b/sys/compat/ultrix/ultrix_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.21 1997/06/13 19:15:18 thorpej Exp + * created from NetBSD: syscalls.master,v 1.22 1997/10/16 23:55:50 christos Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -93,12 +93,12 @@ /* syscall: "kill" ret: "int" args: "int" "int" */ #define ULTRIX_SYS_kill 37 -/* syscall: "ostat" ret: "int" args: "char *" "struct ostat *" */ -#define ULTRIX_SYS_ostat 38 +/* syscall: "stat43" ret: "int" args: "char *" "struct stat43 *" */ +#define ULTRIX_SYS_stat43 38 /* 39 is obsolete v7 setpgrp */ -/* syscall: "olstat" ret: "int" args: "char *" "struct ostat *" */ -#define ULTRIX_SYS_olstat 40 +/* syscall: "lstat43" ret: "int" args: "char *" "struct stat43 *" */ +#define ULTRIX_SYS_lstat43 40 /* syscall: "dup" ret: "int" args: "u_int" */ #define ULTRIX_SYS_dup 41 @@ -138,7 +138,7 @@ /* syscall: "chroot" ret: "int" args: "char *" */ #define ULTRIX_SYS_chroot 61 -/* syscall: "fstat" ret: "int" args: "int" "struct ostat *" */ +/* syscall: "fstat" ret: "int" args: "int" "struct stat43 *" */ #define ULTRIX_SYS_fstat 62 /* syscall: "getpagesize" ret: "int" args: */ diff --git a/sys/compat/ultrix/ultrix_syscallargs.h b/sys/compat/ultrix/ultrix_syscallargs.h index a482a3afcb13..c2d2dc56ce7a 100644 --- a/sys/compat/ultrix/ultrix_syscallargs.h +++ b/sys/compat/ultrix/ultrix_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.21 1997/06/13 19:15:18 thorpej Exp + * created from NetBSD: syscalls.master,v 1.22 1997/10/16 23:55:50 christos Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -44,12 +44,12 @@ struct ultrix_sys_access_args { struct ultrix_sys_stat_args { syscallarg(char *) path; - syscallarg(struct ostat *) ub; + syscallarg(struct stat43 *) ub; }; struct ultrix_sys_lstat_args { syscallarg(char *) path; - syscallarg(struct ostat *) ub; + syscallarg(struct stat43 *) ub; }; struct ultrix_sys_ioctl_args { diff --git a/sys/compat/ultrix/ultrix_syscalls.c b/sys/compat/ultrix/ultrix_syscalls.c index 8496010f40cc..96224c59816c 100644 --- a/sys/compat/ultrix/ultrix_syscalls.c +++ b/sys/compat/ultrix/ultrix_syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.21 1997/06/13 19:15:18 thorpej Exp + * created from NetBSD: syscalls.master,v 1.22 1997/10/16 23:55:50 christos Exp */ char *ultrix_syscallnames[] = { @@ -44,9 +44,9 @@ char *ultrix_syscallnames[] = { "#35 (obsolete v7 ftime)", /* 35 = obsolete v7 ftime */ "sync", /* 36 = sync */ "kill", /* 37 = kill */ - "ostat", /* 38 = ostat */ + "stat43", /* 38 = stat43 */ "#39 (obsolete v7 setpgrp)", /* 39 = obsolete v7 setpgrp */ - "olstat", /* 40 = olstat */ + "lstat43", /* 40 = lstat43 */ "dup", /* 41 = dup */ "pipe", /* 42 = pipe */ "#43 (obsolete v7 times)", /* 43 = obsolete v7 times */ diff --git a/sys/compat/ultrix/ultrix_sysent.c b/sys/compat/ultrix/ultrix_sysent.c index 43780d9e624f..1cc304cca0b6 100644 --- a/sys/compat/ultrix/ultrix_sysent.c +++ b/sys/compat/ultrix/ultrix_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.21 1997/06/13 19:15:18 thorpej Exp + * created from NetBSD: syscalls.master,v 1.22 1997/10/16 23:55:50 christos Exp */ #include @@ -110,11 +110,11 @@ struct sysent ultrix_sysent[] = { { 2, s(struct sys_kill_args), sys_kill }, /* 37 = kill */ { 2, s(struct ultrix_sys_stat_args), - ultrix_sys_stat }, /* 38 = ostat */ + ultrix_sys_stat }, /* 38 = stat43 */ { 0, 0, sys_nosys }, /* 39 = obsolete v7 setpgrp */ { 2, s(struct ultrix_sys_lstat_args), - ultrix_sys_lstat }, /* 40 = olstat */ + ultrix_sys_lstat }, /* 40 = lstat43 */ { 1, s(struct sys_dup_args), sys_dup }, /* 41 = dup */ { 0, 0,