summaryrefslogtreecommitdiffstats
path: root/include/sys/cmn_err.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/cmn_err.h')
-rw-r--r--include/sys/cmn_err.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/sys/cmn_err.h b/include/sys/cmn_err.h
index 0e8e41841..594a76333 100644
--- a/include/sys/cmn_err.h
+++ b/include/sys/cmn_err.h
@@ -23,20 +23,20 @@
*/
#ifndef _SPL_CMN_ERR_H
-#define _SPL_CMN_ERR_H
+#define _SPL_CMN_ERR_H
#include <sys/varargs.h>
-#define CE_CONT 0 /* continuation */
-#define CE_NOTE 1 /* notice */
-#define CE_WARN 2 /* warning */
-#define CE_PANIC 3 /* panic */
-#define CE_IGNORE 4 /* print nothing */
+#define CE_CONT 0 /* continuation */
+#define CE_NOTE 1 /* notice */
+#define CE_WARN 2 /* warning */
+#define CE_PANIC 3 /* panic */
+#define CE_IGNORE 4 /* print nothing */
extern void cmn_err(int, const char *, ...);
extern void vcmn_err(int, const char *, __va_list);
extern void vpanic(const char *, __va_list);
-#define fm_panic panic
+#define fm_panic panic
#endif /* SPL_CMN_ERR_H */