X-Git-Url: https://arthur.barton.de/gitweb/?p=netatalk.git;a=blobdiff_plain;f=include%2Fatalk%2Fadouble.h;h=8ead1c4de02b7663577393d5f2861493327d7d7f;hp=0c420d041432ec748331c3c9b7feadefea71a82c;hb=25b5d2196afe740269c3347d49e6f59c40071429;hpb=810b61e188382dd9e01ffeb36a38abdffb1cc3fd diff --git a/include/atalk/adouble.h b/include/atalk/adouble.h index 0c420d04..8ead1c4d 100644 --- a/include/atalk/adouble.h +++ b/include/atalk/adouble.h @@ -1,5 +1,5 @@ /* - * $Id: adouble.h,v 1.51 2010-01-04 13:49:48 franklahm Exp $ + * $Id: adouble.h,v 1.52 2010-01-05 12:06:34 franklahm Exp $ * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. * @@ -300,7 +300,9 @@ struct adouble_fops { #define ADFLAGS_DF (1<<0) #define ADFLAGS_HF (1<<1) #define ADFLAGS_DIR (1<<2) +/* #define ADFLAGS_NOADOUBLE (1<<3) +*/ #define ADFLAGS_V1COMPAT (1<<4) #define ADFLAGS_NOHF (1<<5) /* not an error if no ressource fork */ #define ADFLAGS_RDONLY (1<<6) /* don't try readwrite */ @@ -312,10 +314,9 @@ struct adouble_fops { /* adouble v2 cnid cache */ #define ADVOL_NODEV (1 << 0) #define ADVOL_CACHE (1 << 1) -/* adouble unix priv */ -#define ADVOL_UNIXPRIV (1 << 2) -/* dot files (.DS_Store) are invisible) */ -#define ADVOL_INVDOTS (1 << 3) +#define ADVOL_UNIXPRIV (1 << 2) /* adouble unix priv */ +#define ADVOL_INVDOTS (1 << 3) /* dot files (.DS_Store) are invisible) */ +#define ADVOL_NOADOUBLE (1 << 4) /* lock flags */ #define ADLOCK_CLR (0)