From d2f4c4ce2165b5ec5a29773fa17aea116865b9dc Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Sun, 2 Jun 2019 10:44:57 -0500 Subject: usr.bin/logname: make buildable --- usr.bin/logname/logname.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c index 77f1009..2883f85 100644 --- a/usr.bin/logname/logname.c +++ b/usr.bin/logname/logname.c @@ -29,26 +29,13 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1991, 1993, 1994\ - The Regents of the University of California. All rights reserved."); -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94"; -#endif -__RCSID("$NetBSD: logname.c,v 1.10 2011/09/04 20:29:12 joerg Exp $"); -#endif /* not lint */ - #include #include #include #include #include -__dead static void usage(void); +static void usage(void); int main(int argc, char *argv[]) -- cgit v1.2.3-60-g2f50