Russ Cox Thu, 15 Dec 2005 09:02:12 -0800
> 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 <unistd.h>. Fixed. Russ