From f77808ea5c16e8991c7f93053adb9a456b41a24e Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Mon, 3 Jun 2019 07:05:37 -0500 Subject: usr.bin/nice: make buildable with libbsd --- usr.bin/nice/nice.c | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/nice/nice.c b/usr.bin/nice/nice.c index de5fe5b..8d54672 100644 --- a/usr.bin/nice/nice.c +++ b/usr.bin/nice/nice.c @@ -29,24 +29,12 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989\ - The Regents of the University of California. All rights reserved."); -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)nice.c 5.4 (Berkeley) 6/1/90"; -#endif -__RCSID("$NetBSD: nice.c,v 1.15 2008/07/21 14:19:24 lukem Exp $"); -#endif /* not lint */ - #include #include #include #include +#include #include #include #include @@ -57,7 +45,7 @@ __RCSID("$NetBSD: nice.c,v 1.15 2008/07/21 14:19:24 lukem Exp $"); #define DEFNICE 10 -static void usage(void) __dead; +static void usage(void); int main(int argc, char **argv) -- cgit v1.2.3-60-g2f50