From 53a42eece518ee9459c9c1718ad02e83417573e1 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Sat, 8 Jun 2019 05:27:33 -0500 Subject: usr.bin/tabs: 90% buildable, needs curses work --- usr.bin/tabs/tabs.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/tabs/tabs.c b/usr.bin/tabs/tabs.c index 9e017a0..e2a294b 100644 --- a/usr.bin/tabs/tabs.c +++ b/usr.bin/tabs/tabs.c @@ -29,13 +29,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include -#ifndef lint -__COPYRIGHT("@(#) Copyright (c) 2008 \ -The NetBSD Foundation, inc. All rights reserved."); -__RCSID("$NetBSD: tabs.c,v 1.5 2019/02/01 08:29:04 mrg Exp $"); -#endif /* not lint */ - #include #include @@ -45,7 +38,6 @@ __RCSID("$NetBSD: tabs.c,v 1.5 2019/02/01 08:29:04 mrg Exp $"); #include #include #include -#include #include #define NSTOPS 20 @@ -67,7 +59,7 @@ static const struct tabspec tabspecs[] = { }; static const size_t ntabspecs = sizeof(tabspecs) / sizeof(tabspecs[0]); -__dead static void +static void usage(void) { fprintf(stderr, -- cgit v1.2.3-60-g2f50