diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-07-09 23:56:47 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-07-09 23:56:47 +0000 |
commit | 7eb0bc51362150f19a00201e942d8f2d858782f4 (patch) | |
tree | 51925e0e000349418768266057d280b69bb4f84a /sys/compat/ultrix/ultrix_syscallargs.h | |
parent | c54c3ede23d618b62ce9da2e8bd64e8fcdd4b8e9 (diff) |
regen
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 { |