* Fix definition of FUSE_OPT_ENT for C++. Reported by Tim

Bruylants
This commit is contained in:
Miklos Szeredi
2010-02-18 14:07:09 +00:00
parent bba1ff4cf6
commit b21279ff36
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2010-02-18 Miklos Szeredi <miklos@szeredi.hu>
* Fix definition of FUSE_OPT_ENT for C++. Reported by Tim
Bruylants
2010-02-03 Miklos Szeredi <miklos@szeredi.hu>
* Fix stack alignment for clone()
+1 -1
View File
@@ -100,7 +100,7 @@ struct fuse_opt {
* Last option. An array of 'struct fuse_opt' must end with a NULL
* template value
*/
#define FUSE_OPT_END { .templ = NULL }
#define FUSE_OPT_END { NULL, 0, 0 }
/**
* Argument list