]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/unix.c
Merge branch-2-1
[netatalk.git] / etc / afpd / unix.c
index 44068ebca698610a20b753781cb2fb832926703a..9b68c3d47d922f90086d7c12ee4c7f3a951ea8fc 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: unix.c,v 1.61 2010-02-10 14:05:37 franklahm Exp $
- *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
  */
@@ -182,8 +180,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
 }