From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <84f33320b4950a42e87f922516122e0f@terzarima.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] any success with current plan9port on sunos5.8? From: Charles Forsyth Date: Mon, 14 Jun 2004 20:14:59 +0100 In-Reply-To: <200406141908.i5EJ8Ll01370@plg2.math.uwaterloo.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 9cfe80fe-eacd-11e9-9e20-41e7f4b1d025 __EXTENSIONS__ is possibly needed if you use unistd.h and want the i/o calls to be 64 bit. that's seems to be the easiest way to get the right combination with Solaris 2.6. see /usr/include/unistd.h for an example of how not to do it. specifically, on some systems including that version of Solaris the `feature' macro definitions are feature disablers more than feature enablers.