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/clnt_perr.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'sunrpc/clnt_perr.c') diff --git a/sunrpc/clnt_perr.c b/sunrpc/clnt_perr.c index e6b2460..175370e 100644 --- a/sunrpc/clnt_perr.c +++ b/sunrpc/clnt_perr.c @@ -1,7 +1,7 @@ /* * clnt_perror.c * - * Copyright (c) 2010, Oracle America, Inc. + * Copyright (c) 2010, 2011, Oracle America, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -34,11 +34,8 @@ #include #include #include - -#ifdef USE_IN_LIBIO -# include -# include -#endif +#include +#include static char *auth_errmsg (enum auth_stat stat) internal_function; -- cgit v1.1