diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2009-03-14 23:22:54 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2009-03-14 23:22:54 +0000 |
commit | 70d62dcdc619d0806a10e925c869fe297f61f7b2 (patch) | |
tree | 8d2013d905b983d690398f1728cbb3ca7062b234 /net/samba33/files/patch-include__includes.h | |
parent | - Update to 0.15.1 (diff) |
New 3.3.2 version of Samba33 port.
Major enhancements in Samba 3.3.2 include:
* Fix "force group" (bug #6155).
* Fix saving of files on Samba share using MS Office 2007 (bug #6160).
* Fix guest authentication in setups with "security = share" and
"guest ok = yes" when Winbind is running.
* Fix corruptions of source path in tar mode of smbclient (bug #6161).
Notes
Notes:
svn path=/head/; revision=230105
Diffstat (limited to 'net/samba33/files/patch-include__includes.h')
-rw-r--r-- | net/samba33/files/patch-include__includes.h | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/net/samba33/files/patch-include__includes.h b/net/samba33/files/patch-include__includes.h index fb3d58d89b49..00e8926eafce 100644 --- a/net/samba33/files/patch-include__includes.h +++ b/net/samba33/files/patch-include__includes.h @@ -1,19 +1,5 @@ ---- ./include/includes.h.orig 2009-02-24 07:38:16.000000000 +0000 -+++ ./include/includes.h 2009-03-07 03:42:32.000000000 +0000 -@@ -207,10 +207,10 @@ - #undef HAVE_LDAP - #endif - --#if HAVE_GSSAPI_H --#include <gssapi.h> --#elif HAVE_GSSAPI_GSSAPI_H -+#if HAVE_GSSAPI_GSSAPI_H - #include <gssapi/gssapi.h> -+#elif HAVE_GSSAPI_H -+#include <gssapi.h> - #elif HAVE_GSSAPI_GSSAPI_GENERIC_H - #include <gssapi/gssapi_generic.h> - #endif +--- ./include/includes.h.orig 2009-03-12 09:47:20.000000000 +0000 ++++ ./include/includes.h 2009-03-14 05:49:10.000000000 +0000 @@ -870,7 +870,7 @@ #endif |