]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(svc_register): Change type of protocol parameter to u_long.
authorUlrich Drepper <drepper@redhat.com>
Sat, 24 May 1997 22:51:17 +0000 (22:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 24 May 1997 22:51:17 +0000 (22:51 +0000)
sunrpc/svc.c

index fcd7b36db448447d7a3617ebe542e434b30cac7c..40dbade7e2d319708c0d2cb07f6507fc877c865f 100644 (file)
@@ -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;