diff options
Diffstat (limited to 'sys/compat/ultrix/ultrix_syscallargs.h')
-rw-r--r-- | sys/compat/ultrix/ultrix_syscallargs.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 { |