From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <65c82d4af25a19009d87ff4145335a05@plan9.ucalgary.ca> To: 9fans@cse.psu.edu Subject: Re: [9fans] Compile Problem... From: mirtchov@cpsc.ucalgary.ca In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 23 Jan 2004 11:34:11 -0700 Topicbox-Message-UUID: bfc501d6-eacc-11e9-9e20-41e7f4b1d025 > ../port/devproc.c:1448 name not declared: Extratime > So, it looks to me like /port/devproc.c has a variable that hasn't been > declared (ie Extratime). yep, it just appeared in yesterday's pull on sources. go back to a devproc.c from the 21st of january and you'll be fine. or wait until it's fixed on sources: plan9-2% grep Extratime /n/dump/2004/0123/sys/src/9/port/devproc.c p->edf->flags |= Extratime; plan9-2% grep Extratime /n/dump/2004/0122/sys/src/9/port/devproc.c plan9-2% ls -lm /n/sources/plan9/sys/src/9/port/devproc.c [sape] --rw-rw-r-- M 1217 glenda sys 28636 Jan 22 08:25 devproc.c plan9-2% my venti dumps are done at 4 am, that's why you don't see it in the 0122 directory. andrey