git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5512 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-11 14:03:15 +00:00
parent ec6545dd52
commit 0367fb7369

View File

@@ -226,7 +226,7 @@ char *strerror(int eno);
#if !defined(HAVE_HSTRERROR) || defined(NEED_HSTRERROR_PROTO)
/* This causes a fatal error under Psoriasis */
#if !(defined(SunOS) && (SunOS >= 5))
char *hstrerror(int herr);
const char *hstrerror(int herr);
#endif
#endif
@@ -281,6 +281,10 @@ int rcmd(char **ahost, unsigned short inport, const char *locuser,
const char *remuser, const char *cmd, int *fd2p);
#endif
#if !defined(HAVE_INNETGR) || defined(NEED_INNETGR_PROTO)
int innetgr(const char*, const char*, const char*, const char*);
#endif
#ifndef HAVE_IRUSEROK
int iruserok(unsigned raddr, int superuser, const char *ruser,
const char *luser);