Replace innetgr

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@673 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-08-24 20:27:33 +00:00
parent be21d64fb8
commit 66ada6dedf

View File

@@ -68,6 +68,15 @@ __icheckhost(u_int32_t raddr, const char *lhost)
return (0);
}
#ifndef HAVE_INNETGR
static int
innetgr(const char *netgroup, const char *machine,
const char *user, const char *domain)
{
return 0;
}
#endif
/*
* Returns 0 if ok, -1 if not ok.
*/