From 8818a57e8e7b6821bbf8701835c3c8cfaf729cd7 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Mon, 3 Jun 2019 07:26:50 -0500 Subject: usr.bin/pathchk: make buildable --- usr.bin/pathchk/pathchk.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/usr.bin/pathchk/pathchk.c b/usr.bin/pathchk/pathchk.c index 0f7f5c1..3a8e9b4 100644 --- a/usr.bin/pathchk/pathchk.c +++ b/usr.bin/pathchk/pathchk.c @@ -28,11 +28,6 @@ * from FreeBSD: pathchk.c,v 1.4 2002/12/15 00:40:47 tjr Exp */ -#include -#ifndef lint -__RCSID("$NetBSD: pathchk.c,v 1.2 2011/09/16 15:39:28 joerg Exp $"); -#endif /* !lint */ - #include #include @@ -46,7 +41,7 @@ __RCSID("$NetBSD: pathchk.c,v 1.2 2011/09/16 15:39:28 joerg Exp $"); static int check(const char *); static int portable(const char *); -__dead static void usage(void); +static void usage(void); static int pflag; /* Perform portability checks */ -- cgit v1.2.3-60-g2f50