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:
Assar Westerlund
1997-12-04 03:47:44 +00:00
parent 4ef53201a9
commit 5510ee3cdf
2 changed files with 2 additions and 2 deletions

View File

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

View File

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