From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 15 Dec 2005 11:58:42 -0500 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] OT: plan9ports update and recompilation? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Topicbox-Message-UUID: c84ca800-ead0-11e9-9d60-3106f5b1d025 > Another glitch on Solaris, > > .../plan9/src/cmd/grap/print.c:183 > > needs to be > extern pid_t getpid(void); Actually it needs to be #include . Fixed. Russ