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 1e816065e5
commit c2b668e6ff

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