From e7a3c62a9fc7450d03e136dee2eac1edd8e10a1b Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 28 Aug 2009 23:35:15 +0000 Subject: Welcome the new Kerberos V 1.7. PR: 138246 --- security/krb5-17/files/patch-lib-rpc-svc.c | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 security/krb5-17/files/patch-lib-rpc-svc.c (limited to 'security/krb5-17/files/patch-lib-rpc-svc.c') diff --git a/security/krb5-17/files/patch-lib-rpc-svc.c b/security/krb5-17/files/patch-lib-rpc-svc.c deleted file mode 100644 index 395039040b04..000000000000 --- a/security/krb5-17/files/patch-lib-rpc-svc.c +++ /dev/null @@ -1,24 +0,0 @@ -=== lib/rpc/svc.c -================================================================== ---- lib/rpc/svc.c (revision 1666) -+++ lib/rpc/svc.c (local) -@@ -109,15 +109,17 @@ - if (sock < FD_SETSIZE) { - xports[sock] = xprt; - FD_SET(sock, &svc_fdset); -+ if (sock > svc_maxfd) -+ svc_maxfd = sock; - } - #else - if (sock < NOFILE) { - xports[sock] = xprt; - svc_fds |= (1 << sock); -+ if (sock > svc_maxfd) -+ svc_maxfd = sock; - } - #endif /* def FD_SETSIZE */ -- if (sock > svc_maxfd) -- svc_maxfd = sock; - } - - /* -- cgit v1.2.3