mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-11 08:20:36 +01:00
XQuartz: pbproxy standalone: added missing variable declarations.
(cherry picked from commit 2d947d17a3)
This commit is contained in:
parent
1e816065e5
commit
c2b668e6ff
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