diff options
Diffstat (limited to 'include/sys/sysmacros.h')
-rw-r--r-- | include/sys/sysmacros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/sysmacros.h b/include/sys/sysmacros.h index 35f7cb5c1..29dcda7fa 100644 --- a/include/sys/sysmacros.h +++ b/include/sys/sysmacros.h @@ -143,7 +143,7 @@ /* Missing globals */ extern char spl_version[16]; -extern long spl_hostid; +extern unsigned long spl_hostid; extern char hw_serial[11]; /* Missing misc functions */ |