From 826052e47ed893e253192f49712cc20234d5ddae Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Fri, 14 Jul 2000 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2000-07-14 --- port/proc.c | 2 +- port/segment.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/port/proc.c b/port/proc.c index 8eb41fdd2ed987a191538ad1eb690d2de5f7b7f1..fdbfd301283b7bd22c7cdd30dcf91ea87ad75eda 100644 --- a/port/proc.c +++ b/port/proc.c @@ -8,7 +8,7 @@ Ref pidalloc; Ref noteidalloc; -struct +struct Procalloc { Lock; Proc* arena; diff --git a/port/segment.c b/port/segment.c index 23e0d25d888646a2e718f2ada7f17b284ec5a230..7f667a68d9fc1fca9a3d17cdbac95ec6242b3339 100644 --- a/port/segment.c +++ b/port/segment.c @@ -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;