From: Ulrich Drepper Date: Sat, 24 May 1997 22:51:17 +0000 (+0000) Subject: (svc_register): Change type of protocol parameter to u_long. X-Git-Tag: cvs/libc-2_0_4~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62bb57925d3349838b60752e480fc379118db0c4;p=thirdparty%2Fglibc.git (svc_register): Change type of protocol parameter to u_long. --- diff --git a/sunrpc/svc.c b/sunrpc/svc.c index fcd7b36db44..40dbade7e2d 100644 --- a/sunrpc/svc.c +++ b/sunrpc/svc.c @@ -140,7 +140,7 @@ svc_register(xprt, prog, vers, dispatch, protocol) u_long prog; u_long vers; void (*dispatch)(); - int protocol; + u_long protocol; { struct svc_callout *prev; register struct svc_callout *s;