summaryrefslogtreecommitdiffstats
path: root/banner
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2011-08-29 20:30:36 +0000
committerjoerg <joerg@NetBSD.org>2011-08-29 20:30:36 +0000
commitb9729f21ecee00f10aeb911143988ae326aa17b7 (patch)
tree4d3a92dbe092b0aaf17c5ea7c278901582fc9410 /banner
parent541875a6ead0d5cd39c1ac898f463a0a32781c02 (diff)
downloadbsdgames-darwin-b9729f21ecee00f10aeb911143988ae326aa17b7.tar.gz
bsdgames-darwin-b9729f21ecee00f10aeb911143988ae326aa17b7.tar.zst
bsdgames-darwin-b9729f21ecee00f10aeb911143988ae326aa17b7.zip
Use __dead
Diffstat (limited to 'banner')
-rw-r--r--banner/banner.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/banner/banner.c b/banner/banner.c
index b30052b9..661e8abc 100644
--- a/banner/banner.c
+++ b/banner/banner.c
@@ -1,4 +1,4 @@
-/* $NetBSD: banner.c,v 1.18 2009/08/12 05:19:27 dholland Exp $ */
+/* $NetBSD: banner.c,v 1.19 2011/08/29 20:30:36 joerg Exp $ */
/*
* Copyright (c) 1980, 1993, 1994
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993, 1994\
#if 0
static char sccsid[] = "@(#)banner.c 8.4 (Berkeley) 4/29/95";
#else
-__RCSID("$NetBSD: banner.c,v 1.18 2009/08/12 05:19:27 dholland Exp $");
+__RCSID("$NetBSD: banner.c,v 1.19 2011/08/29 20:30:36 joerg Exp $");
#endif
#endif /* not lint */
@@ -1025,7 +1025,7 @@ static char print[DWIDTH];
static int debug, i, j, linen, max, nchars, pc, term, trace, x, y;
static int width = DWIDTH; /* -w option: scrunch letters to 80 columns */
-static void
+__dead static void
toolong(void)
{
errx(EXIT_FAILURE, "message too long");