From 6ca0477bceb58a0c612da664b3825e81162d2db7 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Mon, 3 Jun 2019 07:14:58 -0500 Subject: usr.bin/nohup: make buildable --- usr.bin/nohup/nohup.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'usr.bin/nohup/nohup.c') diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index d177c51..7b3a9cd 100644 --- a/usr.bin/nohup/nohup.c +++ b/usr.bin/nohup/nohup.c @@ -29,19 +29,6 @@ * 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[] = "@(#)nohup.c 5.4 (Berkeley) 6/1/90"; -#endif -__RCSID("$NetBSD: nohup.c,v 1.15 2011/09/06 18:24:15 joerg Exp $"); -#endif /* not lint */ - #include #include #include @@ -54,7 +41,7 @@ __RCSID("$NetBSD: nohup.c,v 1.15 2011/09/06 18:24:15 joerg Exp $"); #include static void dofile(void); -__dead static void usage(void); +static void usage(void); /* nohup shall exit with one of the following values: 126 - The utility was found but could not be invoked. -- cgit v1.2.3-60-g2f50