summaryrefslogtreecommitdiff
path: root/usr.bin/bc/bc.y
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bc/bc.y')
-rw-r--r--usr.bin/bc/bc.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bc/bc.y b/usr.bin/bc/bc.y
index fe850368ae7..f9b80bc5b97 100644
--- a/usr.bin/bc/bc.y
+++ b/usr.bin/bc/bc.y
@@ -1,5 +1,5 @@
%{
-/* $OpenBSD: bc.y,v 1.42 2013/09/19 16:12:01 otto Exp $ */
+/* $OpenBSD: bc.y,v 1.43 2013/11/12 13:54:51 deraadt Exp $ */
/*
* Copyright (c) 2003, Otto Moerbeek <otto@drijf.net>
@@ -1057,7 +1057,7 @@ escape(const char *str)
}
/* ARGSUSED */
-void
+static void
sigchld(int signo)
{
pid_t pid;