diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2001-11-11 18:20:17 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2001-11-11 18:20:17 +0000 |
commit | 0a7077f5364454de39fb1ac486d4bd233aa11798 (patch) | |
tree | 1eb1c74df8cde602e885f4817836cbd3c7567fbe /include/linux/fuse.h | |
parent | 8cffdb9707f6d2b19a8cf639f1ec159bb5f55695 (diff) | |
download | libfuse-0a7077f5364454de39fb1ac486d4bd233aa11798.tar.gz |
x
Diffstat (limited to 'include/linux/fuse.h')
-rw-r--r-- | include/linux/fuse.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 035d0be..d41a957 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h @@ -149,8 +149,6 @@ struct fuse_in_header { int unique; enum fuse_opcode opcode; unsigned long ino; - unsigned int uid; - unsigned int gid; }; struct fuse_out_header { |