From e417bbfd8fee8217b1c454bbbac970c4fb96fd5b Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Thu, 20 Jun 2019 01:49:36 -0500 Subject: usr.bin/tty: make buildable --- usr.bin/tty/tty.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c index c5e5e80..8175a04 100644 --- a/usr.bin/tty/tty.c +++ b/usr.bin/tty/tty.c @@ -29,24 +29,11 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1988, 1993\ - The Regents of the University of California. All rights reserved."); -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/6/93"; -#endif -__RCSID("$NetBSD: tty.c,v 1.8 2011/09/06 18:34:57 joerg Exp $"); -#endif /* not lint */ - #include #include #include -__dead static void usage(void); +static void usage(void); int main(int argc, char **argv) -- cgit v1.2.3-70-g09d2