summaryrefslogtreecommitdiff
path: root/sys/compat/bsdos/bsdos_syscallargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/bsdos/bsdos_syscallargs.h')
-rw-r--r--sys/compat/bsdos/bsdos_syscallargs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h
index 7e5073677ea..d4b8c7ea3a1 100644
--- a/sys/compat/bsdos/bsdos_syscallargs.h
+++ b/sys/compat/bsdos/bsdos_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: bsdos_syscallargs.h,v 1.16 2004/07/09 23:54:27 millert Exp $ */
+/* $OpenBSD: bsdos_syscallargs.h,v 1.17 2004/07/13 21:06:33 millert Exp $ */
/*
* System call argument lists.
*
* 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
*/
#ifdef syscallarg
@@ -211,9 +211,9 @@ int lfs_segclean(struct proc *, void *, register_t *);
int lfs_segwait(struct proc *, void *, register_t *);
#else
#endif
-int sys_stat(struct proc *, void *, register_t *);
-int sys_fstat(struct proc *, void *, register_t *);
-int sys_lstat(struct proc *, void *, register_t *);
+int compat_35_sys_stat(struct proc *, void *, register_t *);
+int compat_35_sys_fstat(struct proc *, void *, register_t *);
+int compat_35_sys_lstat(struct proc *, void *, register_t *);
int sys_pathconf(struct proc *, void *, register_t *);
int sys_fpathconf(struct proc *, void *, register_t *);
int sys_getrlimit(struct proc *, void *, register_t *);