]> arthur.barton.de Git - netatalk.git/commitdiff
Kevin Myer's permission patch (needs further testing)
authoritlm019 <itlm019>
Wed, 3 Jan 2001 21:41:06 +0000 (21:41 +0000)
committeritlm019 <itlm019>
Wed, 3 Jan 2001 21:41:06 +0000 (21:41 +0000)
etc/afpd/directory.c

index 7880f207fe4fb65de136570da59468b298f01525..63cdbf1118a45fd76783faf171ae7e113765214d 100644 (file)
@@ -956,9 +956,9 @@ int getdirparams(vol, bitmap, upath, dir, st, buf, buflen )
 
        case DIRPBIT_ACCESS :
            utommode( st, &ma );
-#ifdef HAVE_ACCESS
+/* #ifdef HAVE_ACCESS
            accessmode( upath, &ma, dir );
-#endif HAVE_ACCESS
+#endif HAVE_ACCESS */
 #ifdef AFS     /* If only AFS defined, access() works only for AFS filesystems */ 
            afsmode( upath, &ma, dir );
 #endif AFS