mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 07:00:07 +01:00
Fix build on FreeBSD after Popen changes.
This commit is contained in:
parent
6a5066c2e9
commit
a02b989c68
1 changed files with 1 additions and 1 deletions
|
|
@ -1720,7 +1720,7 @@ static struct pid {
|
|||
int pid;
|
||||
} *pidlist;
|
||||
|
||||
static sighandler_t old_alarm = NULL; /* XXX horrible awful hack */
|
||||
void (*old_alarm)(int) = NULL; /* XXX horrible awful hack */
|
||||
|
||||
pointer
|
||||
Popen(char *command, char *type)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue