+util-linux (2.12r-8) unstable; urgency=high
+
+ * Drop NFS v4 patch, since it breaks mounting things exported by
+ nfs-user-server. It will be happily reapplied once someone fixes
+ the patch. Closes: #354075. Reopens: #302420, #239031
+ - fix compiler warnings in said patch.
+ - Apply nfs4mount.c fix to (dropped) nfsv4 patch. Closes: #354193
+
+ -- LaMont Jones <lamont@debian.org> Fri, 24 Feb 2006 10:57:29 -0700
+
util-linux (2.12r-7) unstable; urgency=low
* Add nfsv4 patch. Closes: #302420, #239031
Priority: required
Build-Depends: libncurses5-dev, libslang2-dev (>=2.0.4-1), gettext, zlib1g-dev, libblkid-dev, uuid-dev, dpatch
Maintainer: LaMont Jones <lamont@debian.org>
-Standards-Version: 3.5.6.0
+Standards-Version: 3.6.2.0
Package: util-linux
Architecture: any
10sparcumount
10warnings
20guesshelper
-30nfs4
+#30nfs4
#20xgethostname
#50hurd
60_opt_O1
+#endif
+
+extern int clnt_ping(struct sockaddr_in *, const u_long, const u_long, const u_int);
-+extern void rpc_strerror();
++extern void rpc_strerror(void);
+
+struct {
+ char *flavour;
+int clnt_ping(struct sockaddr_in *, const u_long, const u_long, const u_int);
+
+/* Convert RPC errors into strings */
-+void rpc_strerror()
++void rpc_strerror(void)
+{
+ int cf_stat = rpc_createerr.cf_stat;
+ int cf_errno = rpc_createerr.cf_error.re_errno;