diff --git a/lib/roken/iruserok.c b/lib/roken/iruserok.c index 6768152bd..568ee1e53 100644 --- a/lib/roken/iruserok.c +++ b/lib/roken/iruserok.c @@ -31,12 +31,11 @@ * SUCH DAMAGE. */ -#include "bsd_locl.h" +#include "roken.h" + RCSID("$Id$"); -#ifndef HAVE_IRUSEROK - int __check_rhosts_file = 1; char *__rcmd_errstr = 0; @@ -275,5 +274,3 @@ again: } return (-1); } - -#endif /* !HAVE_IRUSEROK */