--- src/sys/sys/sysunion.h 2004/12/29 02:40:03 1.18 +++ src/sys/sys/sysunion.h 2005/01/14 02:20:24 1.19 @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $DragonFly$ - * created from DragonFly: src/sys/kern/syscalls.master,v 1.14 2004/12/24 05:00:17 dillon Exp + * created from DragonFly: src/sys/kern/syscalls.master,v 1.15 2004/12/29 02:40:02 dillon Exp */ union sysunion { @@ -339,4 +339,6 @@ union sysunion { struct exec_sys_unregister_args exec_sys_unregister; struct sys_checkpoint_args sys_checkpoint; struct mountctl_args mountctl; + struct umtx_sleep_args umtx_sleep; + struct umtx_wakeup_args umtx_wakeup; };