Package: yp-svipc / 0.16-5

Metadata

Package Version Patches format
yp-svipc 0.16-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
svipc_version | (download)

python/svipc_module.c | 6 5 + 1 - 0 !
setup.py | 2 1 + 1 - 0 !
2 files changed, 6 insertions(+), 2 deletions(-)

 better strinigification of version macro
 setup.py defines a preprocessor macro called PYTHON_SVIPC_VERSION.
 The way it includes quotes make some recent compilers choke.
 This patch defines the string without quotes and let the C
 preprocessor do the strinigification.
kfreebsd | (download)

common/svipc_misc.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 remove prototype now included in sem.h