diff options
Diffstat (limited to 'scripts/mod/file2alias.c')
| -rw-r--r-- | scripts/mod/file2alias.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c index afe22af20d7d..4e4f03a12cc0 100644 --- a/scripts/mod/file2alias.c +++ b/scripts/mod/file2alias.c @@ -37,6 +37,7 @@ typedef unsigned char	__u8;  typedef struct {  	__u8 b[16];  } uuid_le; +#define	UUID_STRING_LEN		36  /* Big exception to the "don't include kernel headers into userspace, which   * even potentially has different endianness and word sizes, since  | 
