Line 0
Link Here
|
|
|
1 |
--- zfs/v28/sys/cddl/contrib/opensolaris/uts/common/sys/sysevent.h.orig 2018-08-01 12:47:12 UTC |
2 |
+++ zfs/v28/sys/cddl/contrib/opensolaris/uts/common/sys/sysevent.h |
3 |
@@ -76,8 +76,8 @@ extern "C" { |
4 |
#define SUNW_VENDOR "SUNW" |
5 |
#define SE_USR_PUB "usr:" |
6 |
#define SE_KERN_PUB "kern:" |
7 |
-#define SUNW_KERN_PUB SUNW_VENDOR":"SE_KERN_PUB |
8 |
-#define SUNW_USR_PUB SUNW_VENDOR":"SE_USR_PUB |
9 |
+#define SUNW_KERN_PUB SUNW_VENDOR ":" SE_KERN_PUB |
10 |
+#define SUNW_USR_PUB SUNW_VENDOR ":" SE_USR_PUB |
11 |
|
12 |
/* |
13 |
* Event header and attribute value limits |