--- src/sys/sys/caps.h 2007/02/03 17:05:59 1.10 +++ src/sys/sys/caps.h 2007/02/26 21:41:08 1.11 @@ -164,7 +164,7 @@ typedef struct caps_kmsg { * kernel support */ void caps_exit(struct thread *td); -void caps_fork(struct thread *td1, struct thread *td2, int flags); +void caps_fork(struct thread *td1, struct thread *td2); #else