mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 12:25:07 +00:00
Fix build on FreeBSD after Popen changes.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user