diff options
author | Sven Neumann <s.neumann@raumfeld.com> | 2009-05-04 21:01:25 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-05-04 21:01:25 +0200 |
commit | a657cf77ead0bc69ea16580fe8da4441db34e4b1 (patch) | |
tree | 2d01731112a9aa94ece5bd89a14bf3805d97823c /package/samba/samba-add-check-for-__use_bsd.patch | |
parent | 163a062727a7b81ab8e19776f28e780973524332 (diff) | |
download | buildroot-novena-a657cf77ead0bc69ea16580fe8da4441db34e4b1.tar.gz buildroot-novena-a657cf77ead0bc69ea16580fe8da4441db34e4b1.zip |
samba: bump version
Closes #293.
[peter: bump to 3.3.4]
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/samba/samba-add-check-for-__use_bsd.patch')
-rw-r--r-- | package/samba/samba-add-check-for-__use_bsd.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/samba/samba-add-check-for-__use_bsd.patch b/package/samba/samba-add-check-for-__use_bsd.patch index df84a713e..a4c7109cf 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); } |