From c6717937f50b1fb9a40b50639d0b91979019f289 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Sun, 2 Jun 2019 10:47:44 -0500 Subject: usr.bin/mkfifo: make buildable with libbsd --- usr.bin/mkfifo/mkfifo.c | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index 9d49ec5..27ccc9b 100644 --- a/usr.bin/mkfifo/mkfifo.c +++ b/usr.bin/mkfifo/mkfifo.c @@ -29,19 +29,6 @@ * SUCH DAMAGE. */ -#include -#ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1990, 1993\ - The Regents of the University of California. All rights reserved."); -#endif /* not lint */ - -#ifndef lint -#if 0 -static char sccsid[] = "@(#)mkfifo.c 8.2 (Berkeley) 1/5/94"; -#endif -__RCSID("$NetBSD: mkfifo.c,v 1.13 2011/09/04 20:30:34 joerg Exp $"); -#endif /* not lint */ - #include #include #include @@ -50,9 +37,10 @@ __RCSID("$NetBSD: mkfifo.c,v 1.13 2011/09/04 20:30:34 joerg Exp $"); #include #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