From 3ce1f2959437e952b9db4eaeed2407424f11a4d1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 10 Sep 2011 14:34:15 -0400 Subject: Cleanup of configuration options Make several tool features mandatory and simplify the code. --- sunrpc/svc_udp.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sunrpc/svc_udp.c') diff --git a/sunrpc/svc_udp.c b/sunrpc/svc_udp.c index 71be4f8221..04c8407e64 100644 --- a/sunrpc/svc_udp.c +++ b/sunrpc/svc_udp.c @@ -45,10 +45,8 @@ #include #endif -#ifdef USE_IN_LIBIO -# include -# include -#endif +#include +#include #define rpc_buffer(xprt) ((xprt)->xp_p1) #ifndef MAX -- cgit v1.2.1