From fa39f7f7bedcbb61c3f6b9f1bbe3d1623ca6a8e9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 31 Dec 2000 15:43:43 +0000 Subject: Update. * sunrpc/rpc_main.c: Add noreturn attributes. * sunrpc/rpc_scan.h: Likewise. * sunrpc/rpc_hout.c (storexdrfuncdecl): Make static. * sunrpc/rpcinfo.c: Add noreturn attribute to brdcst. * sunrpc/proto.h: Add noreturn attributes to error and crash. --- sunrpc/rpc_hout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sunrpc/rpc_hout.c') diff --git a/sunrpc/rpc_hout.c b/sunrpc/rpc_hout.c index 39bfae8324..a12810cbb4 100644 --- a/sunrpc/rpc_hout.c +++ b/sunrpc/rpc_hout.c @@ -58,7 +58,7 @@ static int undefined2 (const char *type, const char *stop); /* store away enough information to allow the XDR functions to be spat out at the end of the file */ -void +static void storexdrfuncdecl (const char *name, int pointerp) { xdrfunc * xdrptr; -- cgit v1.2.3