From 910491b6123a35ec4ab1530dcb91659bcc3d1cad Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Mon, 3 Jun 2019 07:16:02 -0500 Subject: usr.bin/paste: make buildable --- usr.bin/paste/paste.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'usr.bin/paste') diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index 5698131..1f2ee99 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -32,17 +32,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1989, 1993\ - The Regents of the University of California. All rights reserved."); -#endif /* not lint */ - -#ifndef lint -/*static char sccsid[] = "from: @(#)paste.c 8.1 (Berkeley) 6/6/93";*/ -__RCSID("$NetBSD: paste.c,v 1.16 2011/09/06 18:24:43 joerg Exp $"); -#endif /* not lint */ - #include #include #include @@ -55,7 +44,7 @@ __RCSID("$NetBSD: paste.c,v 1.16 2011/09/06 18:24:43 joerg Exp $"); static void parallel(int, char **); static void sequential(char **); static int tr(char *); -__dead static void usage(void); +static void usage(void); static char dflt_delim[] = "\t"; static char *delim = dflt_delim; -- cgit v1.2.3-60-g2f50