Fix build on FreeBSD after Popen changes.

This commit is contained in:
Eric Anholt 2007-09-12 13:23:13 +00:00
parent 257c8ed17f
commit 6da39c6790

View File

@ -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)