Plan 9 from Bell Labs 2000-07-14
2 files changed, 2 insertions(+), 2 deletions(-) M port/proc.c M port/segment.c
M port/proc.c => port/proc.c +1 -1
@@ 8,7 8,7 @@ Ref pidalloc; Ref noteidalloc; -struct +struct Procalloc { Lock; Proc* arena;
M port/segment.c => port/segment.c +1 -1
@@ 17,7 17,7 @@ static Lock physseglock; #define NFREECHAN 64 #define IHASHSIZE 64 #define ihash(s) imagealloc.hash[s%IHASHSIZE] -static struct +static struct Imagealloc { Lock; Image *free;