diff options
Diffstat (limited to 'include/spl-callb.h')
-rw-r--r-- | include/spl-callb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/spl-callb.h b/include/spl-callb.h index 4480b4202..98b966778 100644 --- a/include/spl-callb.h +++ b/include/spl-callb.h @@ -1,5 +1,5 @@ -#ifndef _SOLARIS_CALLB_H -#define _SOLARIS_CALLB_H +#ifndef _SPL_CALLB_H +#define _SPL_CALLB_H #ifdef __cplusplus extern "C" { @@ -42,5 +42,5 @@ typedef struct callb_cpr { } #endif -#endif /* _SOLARIS_CALLB_H */ +#endif /* _SPL_CALLB_H */ |