summaryrefslogtreecommitdiffstats
path: root/ppt
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 /ppt
parent541875a6ead0d5cd39c1ac898f463a0a32781c02 (diff)
downloadbsdgames-darwin-b9729f21ecee00f10aeb911143988ae326aa17b7.tar.gz
bsdgames-darwin-b9729f21ecee00f10aeb911143988ae326aa17b7.tar.zst
bsdgames-darwin-b9729f21ecee00f10aeb911143988ae326aa17b7.zip
Use __dead
Diffstat (limited to 'ppt')
-rw-r--r--ppt/ppt.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/ppt/ppt.c b/ppt/ppt.c
index 098f3da9..90c4504e 100644
--- a/ppt/ppt.c
+++ b/ppt/ppt.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ppt.c,v 1.18 2009/08/12 08:24:20 dholland Exp $ */
+/* $NetBSD: ppt.c,v 1.19 2011/08/29 20:30:37 joerg Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1993\
#if 0
static char sccsid[] = "@(#)ppt.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: ppt.c,v 1.18 2009/08/12 08:24:20 dholland Exp $");
+__RCSID("$NetBSD: ppt.c,v 1.19 2011/08/29 20:30:37 joerg Exp $");
#endif
#endif /* not lint */
@@ -54,7 +54,7 @@ __RCSID("$NetBSD: ppt.c,v 1.18 2009/08/12 08:24:20 dholland Exp $");
static void putppt(int);
static int getppt(const char *);
-static void
+__dead static void
usage(void)
{
extern char *__progname;
@@ -127,8 +127,7 @@ main(int argc, char **argv)
}
static void
-putppt(c)
- int c;
+putppt(int c)
{
int i;