From 25428696124d0d8552945972d8265eedb62d11c6 Mon Sep 17 00:00:00 2001 From: eadler 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;