mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-07 02:00:11 +01:00
XQuartz: pbproxy standalone: added missing variable declarations.
(cherry picked from commit 2d947d17a3)
This commit is contained in:
parent
6ebb56d3f5
commit
fe3c35db33
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue