commit c2eea0677da679d1074ba2eba0cf4ed8b2fbcff9 from: rsc date: Thu Dec 15 16:56:45 2005 UTC getpid commit - 5348a6013ebe8f72aff8ca5e9cad013a980c6f4c commit + c2eea0677da679d1074ba2eba0cf4ed8b2fbcff9 blob - b9f0ab9b657a88460ac6385c343f4b11ca20ccd4 blob + 196e5e5d28cbcead0d61c788b4c70250d21253af --- src/cmd/grap/print.c +++ src/cmd/grap/print.c @@ -4,6 +4,7 @@ #include #include #include +#Include #include "grap.h" #include "y.tab.h" @@ -180,7 +181,6 @@ void do_first(void) /* done at first .G1: definitions extern char *lib_defines; static char buf[100], buf1[100]; /* static because pbstr uses them */ FILE *fp; - extern int getpid(void); snprintf(buf, sizeof buf, "define pid /%d/\n", getpid()); pbstr(buf);