summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2015-05-13 20:13:21 +0000
committerjoerg <joerg@NetBSD.org>2015-05-13 20:13:21 +0000
commit35fde68bca3781a46367d428d59968d12b8ad3a5 (patch)
tree49f77f7320f9edfc5482023b922a59e94d3d058b /usr.bin
parentdb4b95cf9d009e175cfe3a11f1c73c4d598e3b50 (diff)
Mark error as dead.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rpcgen/rpc_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rpcgen/rpc_util.h b/usr.bin/rpcgen/rpc_util.h
index f3230d63049..45c3e14f6b9 100644
--- a/usr.bin/rpcgen/rpc_util.h
+++ b/usr.bin/rpcgen/rpc_util.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rpc_util.h,v 1.11 2015/05/09 23:28:43 dholland Exp $ */
+/* $NetBSD: rpc_util.h,v 1.12 2015/05/13 20:13:21 joerg Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
@@ -114,7 +114,7 @@ int isvectordef(const char *, relation);
char *locase(const char *);
void pvname_svc(const char *, const char *);
void pvname(const char *, const char *);
-__printflike(1, 2) void error(const char *, ...);
+__dead __printflike(1, 2) void error(const char *, ...);
void crash(void);
void record_open(const char *);
void expected1(tok_kind) __dead;