Module Name: src
Committed By: joerg
Date: Wed May 13 20:13:22 UTC 2015
Modified Files:
src/usr.bin/rpcgen: rpc_util.h
Log Message:
Mark error as dead.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/rpcgen/rpc_util.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/rpcgen/rpc_util.h
diff -u src/usr.bin/rpcgen/rpc_util.h:1.11 src/usr.bin/rpcgen/rpc_util.h:1.12
--- src/usr.bin/rpcgen/rpc_util.h:1.11 Sat May 9 23:28:43 2015
+++ src/usr.bin/rpcgen/rpc_util.h Wed May 13 20:13:21 2015
@@ -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;