]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/unix.c
IPC for disasociated afpd processes via UNIX domain sockets
[netatalk.git] / etc / afpd / unix.c
index 18613868480cee56e7c9e138cf6316f16d9dcad9..f604d79b8258a44ccdb5b228d18c543f40bda77c 100644 (file)
@@ -157,6 +157,7 @@ mode_t mode;
 }
 
 #ifdef accessmode
+
 #undef accessmode
 #endif
 /*
@@ -180,8 +181,7 @@ void accessmode(char *path, struct maccess *ma, struct dir *dir _U_, struct stat
     }
     utommode( st, ma );
 #ifdef HAVE_ACLS
-    /* 10.5 Finder looks at OS 9 mode, so we must do some mapping */
-    acltoownermode( path, st, uuid, ma);
+    acltoownermode(path, st, ma);
 #endif
 }