From ac1e7ba236ae7e211a27a93e6d9c013b76da32c4 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Thu, 15 Nov 2012 15:06:00 +0000 Subject: [PATCH] Make definition match declaration Approved by: cperciva MFC after: 3 days --- usr.bin/bc/bc.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/bc/bc.y b/usr.bin/bc/bc.y index f7425f24628d..a802f5a3ef2a 100644 --- a/usr.bin/bc/bc.y +++ b/usr.bin/bc/bc.y @@ -1084,7 +1084,7 @@ escape(const char *str) } /* ARGSUSED */ -void +static void sigchld(int signo) { pid_t pid;