From 93d303d88ac036537c09d8fdc7ff80258826463a Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Sun, 2 Jun 2019 03:03:41 -0500 Subject: usr.bin/getconf: make buildable with libbsd --- usr.bin/getconf/getconf.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/getconf/getconf.c b/usr.bin/getconf/getconf.c index 8de472b..364648d 100644 --- a/usr.bin/getconf/getconf.c +++ b/usr.bin/getconf/getconf.c @@ -29,17 +29,13 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include -#ifndef lint -__RCSID("$NetBSD: getconf.c,v 1.35 2013/12/19 19:11:50 rmind Exp $"); -#endif /* not lint */ - #include #include #include #include #include #include +#include #include #include @@ -53,7 +49,7 @@ struct conf_variable static void print_longvar(const char *, long); static void print_strvar(const char *, const char *); static void printvar(const struct conf_variable *, const char *); -static void usage(void) __dead; +static void usage(void); static const struct conf_variable conf_table[] = { -- cgit v1.2.3-60-g2f50