summaryrefslogtreecommitdiffstats
path: root/include/spl-random.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spl-random.h')
-rw-r--r--include/spl-random.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/spl-random.h b/include/spl-random.h
index 68ca8dde7..b7f83ce1a 100644
--- a/include/spl-random.h
+++ b/include/spl-random.h
@@ -1,5 +1,5 @@
-#ifndef _SOLARIS_RANDOM_H
-#define _SOLARIS_RANDOM_H
+#ifndef _SPL_RANDOM_H
+#define _SPL_RANDOM_H
#ifdef __cplusplus
extern "C" {
@@ -35,4 +35,4 @@ random_get_pseudo_bytes(uint8_t *ptr, size_t len)
}
#endif
-#endif /* _SOLARIS_RANDOM_H */
+#endif /* _SPL_RANDOM_H */