View | Details | Raw Unified | Return to bug 230261
Collapse All | Expand All

(-)sysutils/geomWatch/files/patch-Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	2014-06-27 09:35:09.376925204 +0800
1
--- Makefile.orig	2011-08-01 14:48:54 UTC
2
+++ Makefile	2014-06-27 09:35:32.058892336 +0800
2
+++ Makefile
3
@@ -51,8 +51,8 @@ geomWatch: ${FILES}
3
@@ -51,8 +51,8 @@ geomWatch: ${FILES}
4
 	${CXX} ${OPTIONS} -o geomWatch geomWatch.cpp
4
 	${CXX} ${OPTIONS} -o geomWatch geomWatch.cpp
5
 
5
 
(-)sysutils/geomWatch/files/patch-zfs_v28_sys_cddl_contrib_opensolaris_uts_common_sys_sysevent.h (+13 lines)
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

Return to bug 230261