From f5ff65e8b2947339b65e1b7ee78b7627ecd76935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 3 Jan 2007 23:29:48 +0000 Subject: [PATCH] fix ifdef git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19653 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/rshd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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