From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9e280adf9e3948a53aa156bd4646c005@proxima.alt.za> To: 9fans@cse.psu.edu Subject: Re: [9fans] plan9ports to NetBSD From: Lucio De Re Date: Tue, 7 Dec 2004 19:27:30 +0200 In-Reply-To: <200412071709.iB7H9B711460@plg2.math.uwaterloo.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 120b809a-eace-11e9-9e20-41e7f4b1d025 > Well, if that's all you miss, you can skip libthread and libdraw, > since mk doesn't need them. > > If you want samterm or acme, though, that's a different story. Well, I eventually just removed the sched_yield()s and the #include from both lib9/lock.c and lib9/sleep.c (from memory) and now I have a working 'mk' and 'drawterm' (the latter a little scrappy, but workable) and a whole lot of other less tested P9 tools. Sure look good, but I prefer the real thing, when I can have it. If anyone wants the minor modifications I made to plan9ports and drawterm, please let me know. ++L