summaryrefslogtreecommitdiffstats
path: root/bin/kill
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2015-03-01 21:46:55 +0000
committerjilles <jilles@FreeBSD.org>2015-03-01 21:46:55 +0000
commitbbd4d38fcaeebd7eda1dfb2906d1cd019f93e8b6 (patch)
tree8f9339bae861ac41857ef95632f9b0d69ac68a65 /bin/kill
parent58c94606707d60fc809e545dc78735fdbc57b06a (diff)
downloadFreeBSD-src-bbd4d38fcaeebd7eda1dfb2906d1cd019f93e8b6.zip
FreeBSD-src-bbd4d38fcaeebd7eda1dfb2906d1cd019f93e8b6.tar.gz
sh: Fix compiler warnings related to duplicate or missing declarations.
Diffstat (limited to 'bin/kill')
-rw-r--r--bin/kill/kill.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/kill/kill.c b/bin/kill/kill.c
index b23c00a..bfa274b 100644
--- a/bin/kill/kill.c
+++ b/bin/kill/kill.c
@@ -56,7 +56,6 @@ __FBSDID("$FreeBSD$");
#ifdef SHELL
#define main killcmd
#include "bltin/bltin.h"
-#include "error.h"
#endif
static void nosig(const char *);
OpenPOWER on IntegriCloud