Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/rpcgen Mark error as dead.
details: https://anonhg.NetBSD.org/src/rev/62d5b553bd6c
branches: trunk
changeset: 808328:62d5b553bd6c
user: joerg <joerg%NetBSD.org@localhost>
date: Wed May 13 20:13:21 2015 +0000
description:
Mark error as dead.
diffstat:
usr.bin/rpcgen/rpc_util.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 64a1f7c3c569 -r 62d5b553bd6c usr.bin/rpcgen/rpc_util.h
--- a/usr.bin/rpcgen/rpc_util.h Wed May 13 19:57:16 2015 +0000
+++ b/usr.bin/rpcgen/rpc_util.h Wed May 13 20:13:21 2015 +0000
@@ -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 @@
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;
Home |
Main Index |
Thread Index |
Old Index