include: add missing values to sysfs_cxt initializer definition

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2013-01-09 19:36:56 +00:00 committed by Karel Zak
parent 96f6ad889b
commit f5152f1aad
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ struct sysfs_cxt {
unsigned int has_hctl : 1;
};
#define UL_SYSFSCXT_EMPTY { 0, -1, NULL, NULL }
#define UL_SYSFSCXT_EMPTY { 0, -1, NULL, NULL, 0, 0, 0, 0, 0 }
extern char *sysfs_devno_attribute_path(dev_t devno, char *buf,
size_t bufsiz, const char *attr);