From: Sami Kerola Date: Wed, 9 Jan 2013 19:36:56 +0000 (+0000) Subject: include: add missing values to sysfs_cxt initializer definition X-Git-Tag: v2.23-rc1~333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5152f1aadc5834467f8d7e00d382f1057eb06d7;p=thirdparty%2Futil-linux.git include: add missing values to sysfs_cxt initializer definition Signed-off-by: Sami Kerola --- diff --git a/include/sysfs.h b/include/sysfs.h index 4f9c46bb37..739f9de127 100644 --- a/include/sysfs.h +++ b/include/sysfs.h @@ -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);