Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594170
Collapse All | Expand All

(-)satip-2.2.3/common.h.old (-1 / +1 lines)
Lines 52-58 Link Here
52
  do {                                                       \
52
  do {                                                       \
53
     if (exp) {                                              \
53
     if (exp) {                                              \
54
        char tmp[64];                                        \
54
        char tmp[64];                                        \
55
        esyslog("[%s,%d]: "errstr": %s", __FILE__, __LINE__, \
55
        esyslog("[%s,%d]: " errstr ": %s", __FILE__, __LINE__, \
56
                strerror_r(errno, tmp, sizeof(tmp)));        \
56
                strerror_r(errno, tmp, sizeof(tmp)));        \
57
        func;                                                \
57
        func;                                                \
58
        ret;                                                 \
58
        ret;                                                 \

Return to bug 594170