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_simple.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sunrpc/svc_simple.c') diff --git a/sunrpc/svc_simple.c b/sunrpc/svc_simple.c index 49b1211bff..b8ba4ab387 100644 --- a/sunrpc/svc_simple.c +++ b/sunrpc/svc_simple.c @@ -41,10 +41,8 @@ #include #include -#ifdef USE_IN_LIBIO -# include -# include -#endif +#include +#include struct proglst_ { -- cgit 1.4.1