--- src/sys/sys/sysunion.h 2006/06/13 21:04:17 1.39 +++ src/sys/sys/sysunion.h 2006/08/06 18:56:46 1.40 @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $DragonFly$ - * created from DragonFly: src/sys/kern/syscalls.master,v 1.39 2006/06/13 08:12:03 dillon Exp + * created from DragonFly: src/sys/kern/syscalls.master,v 1.40 2006/06/13 21:04:16 dillon Exp */ union sysunion { @@ -370,4 +370,5 @@ union sysunion { struct usched_set_args usched_set; struct __accept_args __accept; struct __connect_args __connect; + struct syslink_args syslink; };