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/freebsd/freebsd_syscallargs.h | |
parent | c54c3ede23d618b62ce9da2e8bd64e8fcdd4b8e9 (diff) |
regen
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscallargs.h')
-rw-r--r-- | sys/compat/freebsd/freebsd_syscallargs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index 0120b36ed8d..9163eff30de 100644 --- a/sys/compat/freebsd/freebsd_syscallargs.h +++ b/sys/compat/freebsd/freebsd_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_syscallargs.h,v 1.27 2004/05/28 18:31:12 tedu Exp $ */ +/* $OpenBSD: freebsd_syscallargs.h,v 1.28 2004/07/09 23:54:56 millert Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.24 2004/05/28 18:28:14 tedu Exp + * created from OpenBSD: syscalls.master,v 1.25 2004/07/09 23:52:02 millert Exp */ #ifdef syscallarg @@ -101,12 +101,12 @@ struct freebsd_sys_chflags_args { struct compat_43_freebsd_sys_stat_args { syscallarg(char *) path; - syscallarg(struct ostat *) ub; + syscallarg(struct stat43 *) ub; }; struct compat_43_freebsd_sys_lstat_args { syscallarg(char *) path; - syscallarg(struct ostat *) ub; + syscallarg(struct stat43 *) ub; }; struct freebsd_sys_ioctl_args { |