From a657cf77ead0bc69ea16580fe8da4441db34e4b1 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 4 May 2009 21:01:25 +0200 Subject: samba: bump version Closes #293. [peter: bump to 3.3.4] Signed-off-by: Peter Korsgaard --- package/samba/samba-add-check-for-__use_bsd.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/samba/samba-add-check-for-__use_bsd.patch') diff --git a/package/samba/samba-add-check-for-__use_bsd.patch b/package/samba/samba-add-check-for-__use_bsd.patch index df84a713ec..a4c7109cf0 100644 --- a/package/samba/samba-add-check-for-__use_bsd.patch +++ b/package/samba/samba-add-check-for-__use_bsd.patch @@ -1,6 +1,6 @@ ---- a/source/client/mount.cifs.c -+++ b/source/client/mount.cifs.c -@@ -96,6 +96,7 @@ char * prefixpath = NULL; +--- a/source/client/mount.cifs.c 2009-04-01 13:48:54.000000000 +0200 ++++ b/source/client/mount.cifs.c 2009-04-20 12:59:57.000000000 +0200 +@@ -100,6 +100,7 @@ /* glibc doesn't have strlcpy, strlcat. Ensure we do. JRA. We * don't link to libreplace so need them here. */ @@ -8,7 +8,7 @@ /* like strncpy but does not 0 fill the buffer and always null * terminates. bufsize is the size of the destination buffer */ -@@ -177,6 +178,7 @@ static void mount_cifs_usage(void) +@@ -181,6 +182,7 @@ SAFE_FREE(mountpassword); exit(EX_USAGE); } -- cgit v1.2.3