[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#205679: undefined symbol: STANDARD_ERR_HANDLER



When making the next change, samba started.

--- debian/patches/10_cvs.dpatch.org    2003-08-28 23:43:14.000000000 +0900
+++ debian/patches/10_cvs.dpatch        2003-08-28 23:42:05.000000000 +0900
@@ -22741,7 +22741,7 @@
 +    if (__builtin_expect (cp[0], '\1') == '\0' && ch != 0)                  \
 +      {                                                                             \
 +      /* Illegal character.  */                                             \
-+      STANDARD_ERR_HANDLER (4);                                             \
++      STANDARD_TO_LOOP_ERR_HANDLER (4);                                             \
 +      }                                                                             \
 +    else                                                                    \
 +      {                                                                             \
@@ -27631,7 +27631,7 @@
 +    if (__builtin_expect (cp[0], '\1') == '\0' && ch != 0)                  \
 +      {                                                                             \
 +      /* Illegal character.  */                                             \
-+      STANDARD_ERR_HANDLER (4);                                             \
++      STANDARD_TO_LOOP_ERR_HANDLER (4);                                             \
 +      }                                                                             \
 +    else                                                                    \
 +      {                                                                             \



Reply to: