summaryrefslogtreecommitdiff
path: root/packaging/Debian/debian-unstable/patches/smbmount-nomtab.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Debian/debian-unstable/patches/smbmount-nomtab.patch')
-rw-r--r--packaging/Debian/debian-unstable/patches/smbmount-nomtab.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/Debian/debian-unstable/patches/smbmount-nomtab.patch b/packaging/Debian/debian-unstable/patches/smbmount-nomtab.patch
index 8807148170..f7e9ce4f69 100644
--- a/packaging/Debian/debian-unstable/patches/smbmount-nomtab.patch
+++ b/packaging/Debian/debian-unstable/patches/smbmount-nomtab.patch
@@ -123,7 +123,7 @@ diff -uNr samba-3.0alpha22.orig/source/client/smbmount.c samba-3.0alpha22/source
if ((fd = open(MOUNTED"~", O_RDWR|O_CREAT|O_EXCL, 0600)) == -1) {
DEBUG(0,("%d: Can't get "MOUNTED"~ lock file", sys_getpid()));
return;
-@@ -466,6 +470,9 @@
+@@ -467,6 +471,9 @@
args[i++] = "-s";
args[i++] = svc2;
@@ -133,7 +133,7 @@ diff -uNr samba-3.0alpha22.orig/source/client/smbmount.c samba-3.0alpha22/source
if (mount_ro) {
args[i++] = "-r";
}
-@@ -661,7 +668,7 @@
+@@ -662,7 +669,7 @@
****************************************************************************/
static void usage(void)
{
@@ -142,7 +142,7 @@ diff -uNr samba-3.0alpha22.orig/source/client/smbmount.c samba-3.0alpha22/source
printf("Version %s\n\n",VERSION);
-@@ -739,8 +746,13 @@
+@@ -740,8 +747,13 @@
argc -= 2;
argv += 2;