X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=etc%2Fafpd%2Ffork.h;h=b8a6d3a9719b17ddacd6bc8ef1c2f3b1a708b661;hb=cf4968a7b3609ed6450024a065f8c2b2226cd223;hp=37605e4a07a90b05ba7b24711e179b2792d4e129;hpb=39acc5ca962833901fdeeca09fd939dcb39779ce;p=netatalk.git diff --git a/etc/afpd/fork.h b/etc/afpd/fork.h index 37605e4a..b8a6d3a9 100644 --- a/etc/afpd/fork.h +++ b/etc/afpd/fork.h @@ -46,6 +46,7 @@ struct ofork { #define AFPFORK_ACCWR (1<<5) #define AFPFORK_ACCMASK (AFPFORK_ACCRD | AFPFORK_ACCWR) #define AFPFORK_MODIFIED (1<<6) /* used in FCE for modified files */ +#define AFPFORK_ERROR (1<<7) /* used to indicate an error in opening the fork */ #ifdef AFS extern struct ofork *writtenfork;