From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 25 Aug 2005 18:59:27 -0400 From: William Josephson To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Plan9port and gcc header files? Message-ID: <20050825225927.GA40589@mero.morphisms.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Topicbox-Message-UUID: 7e7fc428-ead0-11e9-9d60-3106f5b1d025 On Thu, Aug 25, 2005 at 04:14:33PM -0400, rattan wrote: > Is there a way to use gcc include files with plan9 > include files in plan9port? E.g: > > #include > #include > #include // from Linux side It should just work if you define NOPLAN9DEFINES at the top. You may need to use separate compilation to get access to the Plan 9 routines you can't any longer see. What do you need out of socket.h? You can get a lot just with dial and friends.