--- src/sys/sys/sysproto.h 2007/05/03 23:04:36 1.57 +++ src/sys/sys/sysproto.h 2007/06/16 20:00:36 1.58 @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $DragonFly$ - * created from DragonFly: src/sys/kern/syscalls.master,v 1.54 2007/04/22 00:59:25 dillon Exp + * created from DragonFly: src/sys/kern/syscalls.master,v 1.55 2007/05/03 23:04:31 dillon Exp */ #ifndef _SYS_SYSPROTO_H_ @@ -1690,6 +1690,13 @@ struct sctp_peeloff_args { int sd; char sd_[PAD_(int)]; caddr_t name; char name_[PAD_(caddr_t)]; }; +struct uuidgen_args { +#ifdef _KERNEL + struct sysmsg sysmsg; +#endif + struct uuid * store; char store_[PAD_(struct uuid *)]; + int count; char count_[PAD_(int)]; +}; struct sendfile_args { #ifdef _KERNEL struct sysmsg sysmsg; @@ -2633,6 +2640,7 @@ int sys_getresgid (struct getresgid_args int sys_kqueue (struct kqueue_args *); int sys_kevent (struct kevent_args *); int sys_sctp_peeloff (struct sctp_peeloff_args *); +int sys_uuidgen (struct uuidgen_args *); int sys_sendfile (struct sendfile_args *); int sys_varsym_set (struct varsym_set_args *); int sys_varsym_get (struct varsym_get_args *);