diff --git a/appl/rsh/rshd.c b/appl/rsh/rshd.c index 90a85dff1..6e97c119f 100644 --- a/appl/rsh/rshd.c +++ b/appl/rsh/rshd.c @@ -40,7 +40,7 @@ login_access( struct passwd *user, char *from); int read_limits_conf(const char *file, const struct passwd *pwd); -#ifndef NEED_IRUSEROK_PROTO +#ifdef NEED_IRUSEROK_PROTO int iruserok(uint32_t, int, const char *, const char *); #endif