summaryrefslogtreecommitdiff
path: root/usr.sbin/pstat
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2011-08-31 13:32:36 +0000
committerjoerg <joerg@NetBSD.org>2011-08-31 13:32:36 +0000
commit7f26fba0f04f8345d9dd8d07d564e446536143d7 (patch)
tree7a4cd82e72a694acd34bc6242aea6c64d6c32134 /usr.sbin/pstat
parent14c1df6c139a5638d9d09ae100d3efdf52f1a26a (diff)
Use __dead
Diffstat (limited to 'usr.sbin/pstat')
-rw-r--r--usr.sbin/pstat/pstat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index aa9fa9eec44..411e2069fd4 100644
--- a/usr.sbin/pstat/pstat.c
+++ b/usr.sbin/pstat/pstat.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pstat.c,v 1.117 2011/01/04 09:58:03 wiz Exp $ */
+/* $NetBSD: pstat.c,v 1.118 2011/08/31 13:32:39 joerg Exp $ */
/*-
* Copyright (c) 1980, 1991, 1993, 1994
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\
#if 0
static char sccsid[] = "@(#)pstat.c 8.16 (Berkeley) 5/9/95";
#else
-__RCSID("$NetBSD: pstat.c,v 1.117 2011/01/04 09:58:03 wiz Exp $");
+__RCSID("$NetBSD: pstat.c,v 1.118 2011/08/31 13:32:39 joerg Exp $");
#endif
#endif /* not lint */
@@ -176,7 +176,7 @@ void ttyprt(struct tty *);
void ufs_header(void);
int ufs_print(struct vnode *, int);
int ext2fs_print(struct vnode *, int);
-void usage(void);
+__dead void usage(void);
void vnode_header(void);
int vnode_print(struct vnode *, struct vnode *);
void vnodemode(void);