[Glibc-bsd-commits] r4136 - trunk/freebsd-utils/debian/patches

Robert Millan rmh at alioth.debian.org
Sat Mar 3 16:10:04 UTC 2012


Author: rmh
Date: 2012-03-03 16:10:03 +0000 (Sat, 03 Mar 2012)
New Revision: 4136

Modified:
   trunk/freebsd-utils/debian/patches/035_nfs.diff
Log:
Remove obsolete hunk.

Modified: trunk/freebsd-utils/debian/patches/035_nfs.diff
===================================================================
--- trunk/freebsd-utils/debian/patches/035_nfs.diff	2012-03-02 21:30:26 UTC (rev 4135)
+++ trunk/freebsd-utils/debian/patches/035_nfs.diff	2012-03-03 16:10:03 UTC (rev 4136)
@@ -145,17 +145,7 @@
  	cc -o test ${.CURDIR}/test.c -lrpcsvc
 --- a/usr.sbin/rpc.lockd/lockd.c
 +++ b/usr.sbin/rpc.lockd/lockd.c
-@@ -198,8 +198,7 @@
- 		kernel_lockd = TRUE;
- 	}
- 	if (kernel_lockd) {
--		if (getosreldate() >= 800040)
--			kernel_lockd_client = TRUE;
-+                kernel_lockd_client = TRUE;
- 	}
- 
- 	(void)rpcb_unset(NLM_PROG, NLM_SM, NULL);
-@@ -997,7 +996,7 @@
+@@ -997,7 +997,7 @@
  		ret = callrpc("localhost", SM_PROG, SM_VERS, SM_UNMON_ALL,
  		    (xdrproc_t)xdr_my_id, &id, (xdrproc_t)xdr_sm_stat, &stat);
  		if (ret == RPC_PROGUNAVAIL) {
@@ -164,7 +154,7 @@
  			    clnt_sperrno(ret));
  			sleep(2);
  			continue;
-@@ -1006,7 +1005,7 @@
+@@ -1006,7 +1006,7 @@
  	} while (0);
  
  	if (ret != 0) {




More information about the Glibc-bsd-commits mailing list