diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-04-07 15:40:21 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-04-07 15:40:21 +0000 |
commit | ab9745641373d35235b8c0d124f1c355908b575f (patch) | |
tree | 4ad92b37432ff7dcbcdd0ba57b85dfe00f89c505 /lib/fuse_kernel_compat5.h | |
parent | 670c78a3134f2233b018fa931e1a7e69e4ab11fd (diff) | |
download | libfuse-ab9745641373d35235b8c0d124f1c355908b575f.tar.gz |
fix
Diffstat (limited to 'lib/fuse_kernel_compat5.h')
-rw-r--r-- | lib/fuse_kernel_compat5.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/fuse_kernel_compat5.h b/lib/fuse_kernel_compat5.h index 8edca59..49936dc 100644 --- a/lib/fuse_kernel_compat5.h +++ b/lib/fuse_kernel_compat5.h @@ -38,5 +38,3 @@ struct fuse_dirent_compat5 { }; #define FUSE_NAME_OFFSET_COMPAT5 ((unsigned) ((struct fuse_dirent_compat5 *) 0)->name) -#define FUSE_DIRENT_SIZE_COMPAT5(d) \ - FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET_COMPAT5 + (d)->namelen) |