Package: syslog-ocaml / 1.4-6

Metadata

Package Version Patches format
syslog-ocaml 1.4-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 use ocamlmakefile package.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use ocamlmakefile package


Signed-off-by: Eric Cooper <ecc@cmu.edu>

0002 add wrapper for send with flags.patch | (download)

Makefile | 2 1 + 1 - 0 !
aux.ml | 10 10 + 0 - 0 !
aux.mli | 3 3 + 0 - 0 !
aux_stubs.c | 31 31 + 0 - 0 !
4 files changed, 45 insertions(+), 1 deletion(-)

 add wrapper for send with flags

allow send(2) to be called with flags such as MSG_NOSIGNAL

Signed-off-by: Eric Cooper <ecc@cmu.edu>

0003 call send with MSG_NOSIGNAL to avoid SIGPIPE.patch | (download)

syslog.ml | 7 2 + 5 - 0 !
1 file changed, 2 insertions(+), 5 deletions(-)

 call send with msg_nosignal to avoid sigpipe


Signed-off-by: Eric Cooper <ecc@cmu.edu>