Plan 9 from Bell Labs 1992-04-20
1 files changed, 1 insertions(+), 2 deletions(-) M port/sysproc.c
M port/sysproc.c => port/sysproc.c +1 -2
@@ 36,11 36,10 @@ rfork(ulong flag) { Proc *p; Segment *s; - Page *np, *op; ulong usp, upa, pid; + int n, on, i; Chan *c; KMap *k; - int n, on, i; /* * used to compute last valid system stack address for copy */