]> arthur.barton.de Git - netatalk.git/commitdiff
Don't force S_ISGID for directories on FreeBSD, bug #525
authorFrank Lahm <franklahm@gmail.com>
Mon, 9 Sep 2013 11:52:32 +0000 (13:52 +0200)
committerFrank Lahm <franklahm@gmail.com>
Mon, 9 Sep 2013 11:52:32 +0000 (13:52 +0200)
NEWS
include/atalk/directory.h

diff --git a/NEWS b/NEWS
index 3da771f963db530d408b127f39c44e33cd78bb7d..6ed1ae51f54f8ff6912dc78e5e557210d3074e52 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 Changes in 3.0.6
 ================
 * FIX: charset conversion failed when copying from Mac OS 9. Bug #523.
+* UPD: Don't force S_ISGID for directories on FreeBSD. Bug #525.
 
 Changes in 3.0.5
 ================
index a2759aa18ca1cb455d73b0c1c6c3479a3c941882..d3764e53c339c15fd03add5e6518ca3c87899973 100644 (file)
@@ -36,7 +36,7 @@
 
 /* setgid directories */
 #ifndef DIRBITS
-# ifdef AFS
+# if (defined AFS) || (defined FREEBSD)
 #  define DIRBITS 0
 # else /* AFS */
 #  define DIRBITS S_ISGID