[Devel] [PATCH] event logger misunderstands Kannel log functions argument

2010-05-24 Thread SATOH Fumiyasu
Hi, mmsc in Mbuni 1.4.0 + CVS 2010-01-25 version reports wrong (false-positive) error as 'INFO' log: 2010-05-24 23:54:25 [28901] [11] INFO: mmsglobalsender.c:460 [MMSC.global] [n/a] Processed in 0 secs 2010-05-24 23:54:25 [28901] [11] INFO: System error 3: No such process ... 2010-05-24 23:58:

[Devel] [PATCH] variables for signal handling must be volatile sig_atomic_t

2010-05-24 Thread SATOH Fumiyasu
Hi, Please apply the attached patch for Mbuni 1.4.0 + CVS 2010-01-25 to be asyn-signal-safe code. Regards, -- -- Name: SATOH Fumiyasu (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- Personal Home: http://www.SFO.jp/blog/ mbuni-1.4.0.cvs20100125-volatile-sig_atomic_t.p

[Devel] [PATCH] -D_REENTRANT required for multithread on Solaris

2010-05-24 Thread SATOH Fumiyasu
Hi, Please apply the attached patch for Solaris multithread support. Regards, -- -- Name: SATOH Fumiyasu (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- Personal Home: http://www.SFO.jp/blog/ mbuni-1.4.0.cvs20100125-solaris-reentrant.patch Description: Binary data ___