fix ifdef

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19653 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-03 23:29:48 +00:00
parent aa4ff31c8c
commit f5ff65e8b2

View File

@@ -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