From 7e8519ccfd23dd8562b06eef66d1a939d4443923 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Sat, 22 Jun 2019 02:55:48 -0500 Subject: usr.bin/what: make buildable --- usr.bin/what/what.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'usr.bin/what') diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c index fb29e52..10a4f1a 100644 --- a/usr.bin/what/what.c +++ b/usr.bin/what/what.c @@ -29,26 +29,13 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1980, 1988, 1993\ - The Regents of the University of California. All rights reserved."); -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)what.c 8.1 (Berkeley) 6/6/93"; -#endif -__RCSID("$NetBSD: what.c,v 1.12 2015/12/12 09:50:12 dholland Exp $"); -#endif /* not lint */ - #include #include #include #include static void search(void); -__dead static void usage(void); +static void usage(void); static int matches; static int sflag; -- cgit v1.2.3-60-g2f50