--- src/sys/sys/caps.h 2006/05/20 02:42:13 1.9 +++ src/sys/sys/caps.h 2007/02/03 17:05:59 1.10 @@ -164,7 +164,7 @@ typedef struct caps_kmsg { * kernel support */ void caps_exit(struct thread *td); -void caps_fork(struct proc *p1, struct proc *p2, int flags); +void caps_fork(struct thread *td1, struct thread *td2, int flags); #else