From 1ea005b61455a6862ed62206d90bd50bd1e6ec31 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Sun, 2 Jun 2019 06:06:03 -0500 Subject: usr.bin/link: make buildable --- usr.bin/link/link.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'usr.bin/link') diff --git a/usr.bin/link/link.c b/usr.bin/link/link.c index 6a45cc1..f013dda 100644 --- a/usr.bin/link/link.c +++ b/usr.bin/link/link.c @@ -29,20 +29,12 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include -#ifndef lint -__COPYRIGHT( -"@(#) Copyright (c) 1999\ - The NetBSD Foundation, Inc. All rights reserved."); -__RCSID("$NetBSD: link.c,v 1.5 2011/08/30 19:18:17 joerg Exp $"); -#endif - #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