View | Details | Raw Unified | Return to bug 227209 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/geomWatch/files/patch-sysevent.h.llvm6 (+13 lines)
Line 0 Link Here
1
--- zfs/v28/sys/cddl/contrib/opensolaris/uts/common/sys/sysevent.h.orig	2011-06-15 18:15:18.000000000 +0200
2
+++ zfs/v28/sys/cddl/contrib/opensolaris/uts/common/sys/sysevent.h	2018-04-02 20:01:16.873742000 +0200
3
@@ -76,8 +76,8 @@
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

Return to bug 227209