summaryrefslogtreecommitdiffstats
path: root/larn
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 /larn
parent541875a6ead0d5cd39c1ac898f463a0a32781c02 (diff)
downloadbsdgames-darwin-b9729f21ecee00f10aeb911143988ae326aa17b7.tar.gz
bsdgames-darwin-b9729f21ecee00f10aeb911143988ae326aa17b7.tar.zst
bsdgames-darwin-b9729f21ecee00f10aeb911143988ae326aa17b7.zip
Use __dead
Diffstat (limited to 'larn')
-rw-r--r--larn/bill.c6
-rw-r--r--larn/extern.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/larn/bill.c b/larn/bill.c
index 59d33db7..961c424a 100644
--- a/larn/bill.c
+++ b/larn/bill.c
@@ -1,4 +1,4 @@
-/* $NetBSD: bill.c,v 1.10 2009/08/12 08:04:05 dholland Exp $ */
+/* $NetBSD: bill.c,v 1.11 2011/08/29 20:30:37 joerg Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)bill.c 5.2 (Berkeley) 5/28/91";
#else
-__RCSID("$NetBSD: bill.c,v 1.10 2009/08/12 08:04:05 dholland Exp $");
+__RCSID("$NetBSD: bill.c,v 1.11 2011/08/29 20:30:37 joerg Exp $");
#endif
#endif /* not lint */
@@ -119,7 +119,7 @@ static const char *mail[] = {
*/
void
-mailbill()
+mailbill(void)
{
int i;
char fname[32];
diff --git a/larn/extern.h b/larn/extern.h
index 8b725b7b..f0c681f6 100644
--- a/larn/extern.h
+++ b/larn/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.15 2011/08/26 06:18:17 dholland Exp $ */
+/* $NetBSD: extern.h,v 1.16 2011/08/29 20:30:37 joerg Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -36,7 +36,7 @@ void act_ignore_altar(void);
void act_open_chest(int, int);
/* bill.c */
-void mailbill(void);
+__dead void mailbill(void);
/* config.c */