XQuartz: pbproxy standalone: added missing variable declarations.
(cherry picked from commit 2d947d17a3ef5fb8cef959bff0eb08b8bb5b6548)
This commit is contained in:
parent
1e816065e5
commit
c2b668e6ff
|
@ -50,6 +50,9 @@ static void signal_handler (int sig) {
|
||||||
}
|
}
|
||||||
|
|
||||||
int main (int argc, const char *argv[]) {
|
int main (int argc, const char *argv[]) {
|
||||||
|
const char *s;
|
||||||
|
int i;
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
printf("pid: %u\n", getpid());
|
printf("pid: %u\n", getpid());
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue