summaryrefslogtreecommitdiff
path: root/sys/compat/ultrix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/ultrix')
-rw-r--r--sys/compat/ultrix/ultrix_syscall.h12
-rw-r--r--sys/compat/ultrix/ultrix_syscallargs.h8
-rw-r--r--sys/compat/ultrix/ultrix_syscalls.c6
-rw-r--r--sys/compat/ultrix/ultrix_sysent.c6
4 files changed, 16 insertions, 16 deletions
diff --git a/sys/compat/ultrix/ultrix_syscall.h b/sys/compat/ultrix/ultrix_syscall.h
index 103301e9081..cd03d9fd184 100644
--- a/sys/compat/ultrix/ultrix_syscall.h
+++ b/sys/compat/ultrix/ultrix_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: ultrix_syscall.h,v 1.12 2004/05/28 18:31:13 tedu Exp $ */
+/* $OpenBSD: ultrix_syscall.h,v 1.13 2004/07/09 23:56:46 millert Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.10 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.11 2004/07/09 23:52:02 millert Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -95,11 +95,11 @@
/* 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 *" */
+/* syscall: "olstat" ret: "int" args: "char *" "struct stat43 *" */
#define ULTRIX_SYS_olstat 40
/* syscall: "dup" ret: "int" args: "u_int" */
@@ -140,7 +140,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 e389c0ff826..abf55a3c6a6 100644
--- a/sys/compat/ultrix/ultrix_syscallargs.h
+++ b/sys/compat/ultrix/ultrix_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: ultrix_syscallargs.h,v 1.13 2004/05/28 18:31:13 tedu Exp $ */
+/* $OpenBSD: ultrix_syscallargs.h,v 1.14 2004/07/09 23:56:46 millert Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.10 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.11 2004/07/09 23:52:02 millert Exp
*/
#ifdef syscallarg
@@ -60,12 +60,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 792e076cd8f..92821a7e105 100644
--- a/sys/compat/ultrix/ultrix_syscalls.c
+++ b/sys/compat/ultrix/ultrix_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: ultrix_syscalls.c,v 1.12 2004/05/28 18:31:13 tedu Exp $ */
+/* $OpenBSD: ultrix_syscalls.c,v 1.13 2004/07/09 23:56:46 millert Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.10 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.11 2004/07/09 23:52:02 millert Exp
*/
char *ultrix_syscallnames[] = {
@@ -46,7 +46,7 @@ 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 */
"dup", /* 41 = dup */
diff --git a/sys/compat/ultrix/ultrix_sysent.c b/sys/compat/ultrix/ultrix_sysent.c
index 9076bb2bf2e..359698a4ec0 100644
--- a/sys/compat/ultrix/ultrix_sysent.c
+++ b/sys/compat/ultrix/ultrix_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: ultrix_sysent.c,v 1.12 2004/05/28 18:31:13 tedu Exp $ */
+/* $OpenBSD: ultrix_sysent.c,v 1.13 2004/07/09 23:56:46 millert Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.10 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.11 2004/07/09 23:52:02 millert Exp
*/
#include <sys/param.h>
@@ -94,7 +94,7 @@ 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),