summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/svc_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/rpc/svc_auth.c')
-rw-r--r--src/lib/rpc/svc_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rpc/svc_auth.c b/src/lib/rpc/svc_auth.c
index de77e4d42..5e2881efc 100644
--- a/src/lib/rpc/svc_auth.c
+++ b/src/lib/rpc/svc_auth.c
@@ -53,7 +53,7 @@ static char sccsid[] = "@(#)svc_auth.c 2.1 88/08/07 4.0 RPCSRC; from 1.19 87/08/
*/
static struct svcauthsw_type {
- u_int flavor;
+ enum_t flavor;
enum auth_stat (*authenticator)(struct svc_req *, struct rpc_msg *,
bool_t *);
} svcauthsw[] = {