From 6da39c67905500ab2db00a45cda4a9f756cdde96 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 12 Sep 2007 13:23:13 +0000 Subject: Fix build on FreeBSD after Popen changes. --- os/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/utils.c b/os/utils.c index afcaae41b..144098b37 100644 --- a/os/utils.c +++ b/os/utils.c @@ -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) -- cgit v1.2.3