From e21ea25e5f251a9cc9ae58769c1e7293a265d4c5 Mon Sep 17 00:00:00 2001 From: itlm019 Date: Wed, 3 Jan 2001 21:41:06 +0000 Subject: [PATCH] Kevin Myer's permission patch (needs further testing) --- etc/afpd/directory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/afpd/directory.c b/etc/afpd/directory.c index 7880f207..63cdbf11 100644 --- a/etc/afpd/directory.c +++ b/etc/afpd/directory.c @@ -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 -- 2.39.2