From 356b686774968d312476b66d0c1fb1f21c46305a Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 12 Feb 2001 00:59:18 +0000 Subject: Clean up lots of warnings. --- libc/inet/rpc/xdr_reference.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/inet/rpc/xdr_reference.c') diff --git a/libc/inet/rpc/xdr_reference.c b/libc/inet/rpc/xdr_reference.c index 4d3d99278..dfb9ac49e 100644 --- a/libc/inet/rpc/xdr_reference.c +++ b/libc/inet/rpc/xdr_reference.c @@ -40,6 +40,7 @@ */ #include +#include #include #include @@ -76,6 +77,7 @@ xdrproc_t proc; /* xdr routine to handle the object */ } bzero(loc, (int) size); break; + default: /* silence the warnings */ } stat = (*proc) (xdrs, loc, LASTUNSIGNED); -- cgit v1.2.3