From 1a8d48f462012275087d57ae2877b37d1f200537 Mon Sep 17 00:00:00 2001 From: wsanchez Date: Thu, 8 Oct 1998 01:31:34 +0000 Subject: [PATCH] Add return 0 after errx in to quiet the compiler --- usr.bin/rpcgen/rpc_hout.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c index 6d8e70e7a385..329a454b0e34 100644 --- a/usr.bin/rpcgen/rpc_hout.c +++ b/usr.bin/rpcgen/rpc_hout.c @@ -1,4 +1,4 @@ -/* $NetBSD: rpc_hout.c,v 1.9 1998/02/11 23:11:17 lukem Exp $ */ +/* $NetBSD: rpc_hout.c,v 1.10 1998/10/08 01:31:34 wsanchez 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 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI"; #else -__RCSID("$NetBSD: rpc_hout.c,v 1.9 1998/02/11 23:11:17 lukem Exp $"); +__RCSID("$NetBSD: rpc_hout.c,v 1.10 1998/10/08 01:31:34 wsanchez Exp $"); #endif #endif @@ -265,6 +265,7 @@ define_printed(stop, start) errx(1, "Internal error %s, %d: procedure not found\n", __FILE__, __LINE__); /* NOTREACHED */ + return (0); } static void