]> git.pld-linux.org Git - packages/sblim-sfcb.git/blame - sblim-sfcb-fix.patch
- sfcbinst2mof depends on libsfcFileRepository.la and libsfcBrokerCore.la
[packages/sblim-sfcb.git] / sblim-sfcb-fix.patch
CommitLineData
7d30e5fe
JB
1--- sblim-sfcb-1.4.9/trace.h.orig 2014-11-25 02:43:17.000000000 +0100
2+++ sblim-sfcb-1.4.9/trace.h 2015-01-09 18:27:47.226287411 +0100
3@@ -94,11 +94,12 @@
4 #else
5 #define _SFCB_TRACE_FUNCTION(n,f)
6 #define _SFCB_TRACE_VAR(f)
7+#define _SFCB_TRACE_VAR_PTR(v,f)
8 #define _SFCB_TRACE(LEVEL,STR)
9 #define _SFCB_ENTER(n,f)
10 #define _SFCB_EXIT() { return; }
11 #define _SFCB_RETURN(v) {\
12- return (v); }
13+ return v; }
14 #define _SFCB_ABORT() {\
15 printf("--- %s(%d) Abrted\n",__FILE__,__LINE__); \
16 abort(); }
This page took 0.045806 seconds and 4 git commands to generate.