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
|
||||
|
||||
#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);
|
||||
#endif
|
||||
|
||||
|
@@ -252,7 +252,7 @@ int rcmd(char **ahost, unsigned short inport, const char *locuser,
|
||||
#endif
|
||||
|
||||
#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);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user