X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fvolume.h;h=35dcab17e6728ae65da29e4b92d599b4586a054e;hb=282f270eb249c92187254a562d90a2d1d515f890;hp=4a69634fe394e31b976df3d71fe5fbc49bfc8e0d;hpb=af22bde9129f12da7d898e5d99bdb286cb332d84;p=netatalk.git diff --git a/etc/afpd/volume.h b/etc/afpd/volume.h index 4a69634f..35dcab17 100644 --- a/etc/afpd/volume.h +++ b/etc/afpd/volume.h @@ -1,5 +1,5 @@ /* - * $Id: volume.h,v 1.19.2.5.2.7.2.1 2005-02-10 01:23:16 didg Exp $ + * $Id: volume.h,v 1.19.2.5.2.7.2.2 2005-06-02 12:49:41 didg Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -48,6 +48,7 @@ struct vol { struct _cnid_db *v_cdb; char v_stamp[ADEDLEN_PRIVSYN]; mode_t v_umask; + mode_t v_perm; /* default permission value OR with requested perm*/ #ifdef FORCE_UIDGID char *v_forceuid;