From 8e1e3e58fb326ed21506ff04f4950578fa066287 Mon Sep 17 00:00:00 2001 From: Hans-Christian Egtvedt Date: Tue, 13 Jan 2009 07:29:35 +0000 Subject: samba: bump version to 3.2.7 and refresh patches against this version This patch bumps the Samba version to 3.2.7 and refreshes the patches. It also fixes two minor issues by introducing two new small patches. --- package/samba/samba-add-check-for-__use_bsd.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 9ed1052a1..df84a713e 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 -@@ -91,6 +91,7 @@ char * prefixpath = NULL; +@@ -96,6 +96,7 @@ char * prefixpath = NULL; /* glibc doesn't have strlcpy, strlcat. Ensure we do. JRA. We * don't link to libreplace so need them here. */ @@ -8,11 +8,11 @@ /* like strncpy but does not 0 fill the buffer and always null * terminates. bufsize is the size of the destination buffer */ -@@ -126,6 +127,7 @@ static size_t strlcat(char *d, const cha - } - return ret; +@@ -177,6 +178,7 @@ static void mount_cifs_usage(void) + SAFE_FREE(mountpassword); + exit(EX_USAGE); } +#endif /* __GLIBC__ && !(__UCLIBC__ && __USE_BSD) */ - /* BB finish BB - + /* caller frees username if necessary */ + static char * getusername(void) { -- cgit v1.2.3