diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-13 18:38:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-13 18:38:11 +0000 |
commit | 3ddfd7de2d542f3c51c91d0225423f44f7fe101a (patch) | |
tree | 8d0aa1b6583aaf281ae35c3d47b57ed733accf3c /sys/compat/bsdos/bsdos_syscallargs.h | |
parent | 794ce5f22b8dbaa4f1e0221b157364f627e07ee3 (diff) |
sync
Diffstat (limited to 'sys/compat/bsdos/bsdos_syscallargs.h')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscallargs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h index 3fe2badd5b6..35d61bb4471 100644 --- a/sys/compat/bsdos/bsdos_syscallargs.h +++ b/sys/compat/bsdos/bsdos_syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.2 1997/09/03 13:20:55 downsj Exp + * created from OpenBSD: syscalls.master,v 1.3 1997/11/13 18:35:21 deraadt Exp */ #define syscallarg(x) union { x datum; register_t pad; } |