From: Miklos Szeredi Date: Thu, 18 Feb 2010 14:07:09 +0000 (+0000) Subject: * Fix definition of FUSE_OPT_ENT for C++. Reported by Tim X-Git-Tag: fuse_2_8_4~2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b21279ff36bf09f787ee143196a2b77d8bada469;p=qemu-gpiodev%2Flibfuse.git * Fix definition of FUSE_OPT_ENT for C++. Reported by Tim Bruylants --- diff --git a/ChangeLog b/ChangeLog index c4a949b..07df9bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-02-18 Miklos Szeredi + + * Fix definition of FUSE_OPT_ENT for C++. Reported by Tim + Bruylants + 2010-02-03 Miklos Szeredi * Fix stack alignment for clone() diff --git a/include/fuse_opt.h b/include/fuse_opt.h index 5595b4a..8c08d77 100644 --- a/include/fuse_opt.h +++ b/include/fuse_opt.h @@ -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