X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fatalk%2Fadouble.h;h=a417db37c87f0c712f6dc973142b04530032de73;hb=d3439ddb123e90450f0ad14d4d4f0c44d17c76bc;hp=249cdfd62693fd22232623608f2777a8597d3fc4;hpb=49a9cbe295077dc6778eee695d4b7849631a5247;p=netatalk.git diff --git a/include/atalk/adouble.h b/include/atalk/adouble.h index 249cdfd6..a417db37 100644 --- a/include/atalk/adouble.h +++ b/include/atalk/adouble.h @@ -228,7 +228,7 @@ struct adouble { #define ADFLAGS_HF (1<<2) #define ADFLAGS_DIR (1<<3) #define ADFLAGS_NOHF (1<<4) /* not an error if no metadata fork */ -#define ADFLAGS_NORF (1<<4) /* not an error if no ressource fork */ +#define ADFLAGS_NORF (1<<5) /* not an error if no ressource fork */ #define ADFLAGS_CHECK_OF (1<<6) /* check for open forks from us and other afpd's */ #define ADFLAGS_SETSHRMD (1<<7) /* setting share mode must be done with excl fcnt lock, which implies that the file must be openend rw.