changed u_int32_t' to
unsigned' in iruserok-prototype
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4093 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -252,7 +252,7 @@ int rcmd(char **ahost, unsigned short inport, const char *locuser,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_IRUSEROK
|
#ifndef HAVE_IRUSEROK
|
||||||
int iruserok(u_int32_t raddr, int superuser, const char *ruser,
|
int iruserok(unsigned raddr, int superuser, const char *ruser,
|
||||||
const char *luser);
|
const char *luser);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -252,7 +252,7 @@ int rcmd(char **ahost, unsigned short inport, const char *locuser,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_IRUSEROK
|
#ifndef HAVE_IRUSEROK
|
||||||
int iruserok(u_int32_t raddr, int superuser, const char *ruser,
|
int iruserok(unsigned raddr, int superuser, const char *ruser,
|
||||||
const char *luser);
|
const char *luser);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user