XQuartz: pbproxy standalone: added missing variable declarations.

This commit is contained in:
Jeremy Huddleston 2009-05-05 20:27:53 -07:00
parent 9435fc5e20
commit 2d947d17a3

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