XQuartz: pbproxy standalone: added missing variable declarations.

(cherry picked from commit 2d947d17a3)
This commit is contained in:
Jeremy Huddleston 2009-05-05 20:27:53 -07:00
parent 6ebb56d3f5
commit fe3c35db33

View file

@ -50,6 +50,9 @@ static void signal_handler (int sig) {
}
int main (int argc, const char *argv[]) {
const char *s;
int i;
#ifdef DEBUG
printf("pid: %u\n", getpid());
#endif