diff options
Diffstat (limited to 'include/spl')
-rw-r--r-- | include/spl/sys/sysmacros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spl/sys/sysmacros.h b/include/spl/sys/sysmacros.h index e4bd80aa1..e11eaece5 100644 --- a/include/spl/sys/sysmacros.h +++ b/include/spl/sys/sysmacros.h @@ -141,7 +141,7 @@ #define DTRACE_PROBE4(a, b, c, d, e, f, g, h, i) ((void)0) /* Missing globals */ -extern char spl_version[32]; +extern char spl_gitrev[64]; extern unsigned long spl_hostid; /* Missing misc functions */ |