aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bc
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-11-15 15:06:00 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-11-15 15:06:00 +0000
commitac1e7ba236ae7e211a27a93e6d9c013b76da32c4 (patch)
tree3b2828d31933d67f8b45f288e1506cb153feff4d /usr.bin/bc
parentcb711f6d5d029298892bd1ad508619f6bb7f25d7 (diff)
downloadsrc-ac1e7ba236ae7e211a27a93e6d9c013b76da32c4.tar.gz
src-ac1e7ba236ae7e211a27a93e6d9c013b76da32c4.zip
Make definition match declaration
Approved by: cperciva MFC after: 3 days
Notes
Notes: svn path=/head/; revision=243075
Diffstat (limited to 'usr.bin/bc')
-rw-r--r--usr.bin/bc/bc.y2
1 files changed, 1 insertions, 1 deletions
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;