diff options
Diffstat (limited to 'nfs/nfs-spec.h')
-rw-r--r-- | nfs/nfs-spec.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nfs/nfs-spec.h b/nfs/nfs-spec.h index bed03874..4f7f5354 100644 --- a/nfs/nfs-spec.h +++ b/nfs/nfs-spec.h @@ -7,7 +7,9 @@ #define NFS_MAXNAMLEN 255 #define NFS2_FHSIZE 32 #define NFS3_FHSIZE 64 -#define NFS_COOKIESIZE 4 +#define NFS2_COOKIESIZE 4 +#define NFS3_COOKIESIZE 8 +#define NFS_MAXCOOKIESIZE NFS3_COOKIESIZE #define NFS_FIFO_DEV -1 #define NFS3_COOKIEVERFSIZE 8 #define NFS3_CREATEVERFSIZE 8 |