summaryrefslogtreecommitdiff
path: root/sys/compat/bsdos/bsdos_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/bsdos/bsdos_syscall.h')
-rw-r--r--sys/compat/bsdos/bsdos_syscall.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/compat/bsdos/bsdos_syscall.h b/sys/compat/bsdos/bsdos_syscall.h
index 8094356c093..829a40d9620 100644
--- a/sys/compat/bsdos/bsdos_syscall.h
+++ b/sys/compat/bsdos/bsdos_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: bsdos_syscall.h,v 1.15 2004/07/09 23:54:27 millert Exp $ */
+/* $OpenBSD: bsdos_syscall.h,v 1.16 2004/07/13 21:06:33 millert Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.14 2004/07/09 23:52:02 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.15 2004/07/13 21:04:28 millert Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -478,14 +478,14 @@
/* syscall: "lfs_segwait" ret: "int" args: "fsid_t *" "struct timeval *" */
#define BSDOS_SYS_lfs_segwait 187
-/* syscall: "stat" ret: "int" args: "char *" "struct stat *" */
-#define BSDOS_SYS_stat 188
+/* syscall: "stat35" ret: "int" args: "char *" "struct stat35 *" */
+#define BSDOS_SYS_stat35 188
-/* syscall: "fstat" ret: "int" args: "int" "struct stat *" */
-#define BSDOS_SYS_fstat 189
+/* syscall: "fstat35" ret: "int" args: "int" "struct stat35 *" */
+#define BSDOS_SYS_fstat35 189
-/* syscall: "lstat" ret: "int" args: "char *" "struct stat *" */
-#define BSDOS_SYS_lstat 190
+/* syscall: "lstat35" ret: "int" args: "char *" "struct stat35 *" */
+#define BSDOS_SYS_lstat35 190
/* syscall: "pathconf" ret: "int" args: "char *" "int" */
#define BSDOS_SYS_pathconf 191