|
|
| version 1.18, 2004/02/10 15:31:47 | version 1.19, 2004/03/06 22:14:09 |
|---|---|
| Line 56 | Line 56 |
| #include <sys/ktrace.h> | #include <sys/ktrace.h> |
| #include <sys/unistd.h> | #include <sys/unistd.h> |
| #include <sys/jail.h> | #include <sys/jail.h> |
| #include <sys/caps.h> | |
| #include <vm/vm.h> | #include <vm/vm.h> |
| #include <sys/lock.h> | #include <sys/lock.h> |
| Line 515 again: | Line 516 again: |
| * execution path later. (ie: directly into user mode) | * execution path later. (ie: directly into user mode) |
| */ | */ |
| vm_fork(p1, p2, flags); | vm_fork(p1, p2, flags); |
| caps_fork(p1, p2, flags); | |
| if (flags == (RFFDG | RFPROC)) { | if (flags == (RFFDG | RFPROC)) { |
| mycpu->gd_cnt.v_forks++; | mycpu->gd_cnt.v_forks++; |