tag 560528 patch thanks Attached please find the patch for the NMU which I have made to fix this bug.
Don Armstrong -- The attackers hadn't simply robbed the bank. They had carried off everything portable, including the security cameras, the carpets, the chairs, and the light and plumbing fixtures. The conspirators had deliberately punished the bank, for reasons best known to themselves, or to their unknown controllers. They had superglued doors and shattered windows, severed power and communications cables, poured stinking toxins into the wallspaces, and concreted all of the sinks and drains. In eight minutes, sixty people had ruined the building so thoroughly that it had to be condemned and later demolished. -- Bruce Sterling, _Distraction_ p4 http://www.donarmstrong.com http://rzlab.ucr.edu
diff -u am-utils-6.1.5/debian/changelog am-utils-6.1.5/debian/changelog --- am-utils-6.1.5/debian/changelog +++ am-utils-6.1.5/debian/changelog @@ -1,3 +1,10 @@ +am-utils (6.1.5-15+nmu1) unstable; urgency=low + + * Non Maintainer Upload + * Include linux/nfs_mount.h in conf/mount/linux_mount.c (Closes: #560528) + + -- Don Armstrong <d...@debian.org> Mon, 13 Sep 2010 18:37:08 -0700 + am-utils (6.1.5-15) unstable; urgency=low * Updated to standards 3.8.3 diff -u am-utils-6.1.5/debian/patches/series am-utils-6.1.5/debian/patches/series --- am-utils-6.1.5/debian/patches/series +++ am-utils-6.1.5/debian/patches/series @@ -5,0 +6 @@ +use-nfs-mount.patch only in patch2: unchanged: --- am-utils-6.1.5.orig/debian/patches/use-nfs-mount.patch +++ am-utils-6.1.5/debian/patches/use-nfs-mount.patch @@ -0,0 +1,14 @@ +Index: am-utils-6.1.5/conf/mount/mount_linux.c +=================================================================== +--- am-utils-6.1.5.orig/conf/mount/mount_linux.c 2010-09-13 18:47:26.000000000 -0700 ++++ am-utils-6.1.5/conf/mount/mount_linux.c 2010-09-13 18:48:03.000000000 -0700 +@@ -49,6 +49,9 @@ + #endif /* HAVE_CONFIG_H */ + #include <am_defs.h> + #include <amu.h> ++#ifndef NFS_MOUNT_VERSION ++#define NFS_MOUNT_VERSION 4 ++#endif + + + #ifndef MOUNT_TYPE_UFS