aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_kernel_compat5.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-04-07 15:40:21 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-04-07 15:40:21 +0000
commitab9745641373d35235b8c0d124f1c355908b575f (patch)
tree4ad92b37432ff7dcbcdd0ba57b85dfe00f89c505 /lib/fuse_kernel_compat5.h
parent670c78a3134f2233b018fa931e1a7e69e4ab11fd (diff)
downloadlibfuse-ab9745641373d35235b8c0d124f1c355908b575f.tar.gz
fix
Diffstat (limited to 'lib/fuse_kernel_compat5.h')
-rw-r--r--lib/fuse_kernel_compat5.h2
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)