From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 14 Jun 2004 15:08:21 -0400 From: Richard C Bilson Message-Id: <200406141908.i5EJ8Ll01370@plg2.math.uwaterloo.ca> To: 9fans@cse.psu.edu Subject: Re: [9fans] any success with current plan9port on sunos5.8? Topicbox-Message-UUID: 9cf8b0fc-eacd-11e9-9e20-41e7f4b1d025 Axel finally jogged my memory far enough back that I remembered hacking around the yield problem; when I did the diff I did it on "src", forgetting that that misses "include". Index: u.h =================================================================== RCS file: /cvs/plan9/include/u.h,v retrieving revision 1.4 diff -r1.4 u.h 13c13 < #define __EXTENSIONS__ 1 /* SunOS */ --- > // #define __EXTENSIONS__ 1 /* SunOS */ 48,50c48,50 < # undef _NEEDUSHORT < # undef _NEEDUINT < # undef _NEEDULONG --- > //# undef _NEEDUSHORT > //# undef _NEEDUINT > //# undef _NEEDULONG I don't know if there's a good reason for requiring __EXTENSIONS__ to be defined, but it didn't break anything that I can see and it made the yield problem go away.