From 5510ee3cdf039650436a4597ff7d57f07d46d35c Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 4 Dec 1997 03:47:44 +0000 Subject: [PATCH] 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 --- lib/roken/roken.h | 2 +- lib/roken/roken.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/roken/roken.h b/lib/roken/roken.h index 5addbdf4f..352817568 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -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 diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 5addbdf4f..352817568 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.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