Author: sthibaul-guest
Date: 2008-09-04 08:57:59 +0000 (Thu, 04 Sep 2008)
New Revision: 3118

Modified:
   glibc-package/trunk/debian/patches/hurd-i386/cvs-signal-werror.diff
Log:
fix typo as in upstream

Modified: glibc-package/trunk/debian/patches/hurd-i386/cvs-signal-werror.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/cvs-signal-werror.diff 
2008-09-02 10:37:22 UTC (rev 3117)
+++ glibc-package/trunk/debian/patches/hurd-i386/cvs-signal-werror.diff 
2008-09-04 08:57:59 UTC (rev 3118)
@@ -30,7 +30,7 @@
          break;                                                              \
        /* Get the reference port.  */                                        \
 -      if (__err = (fetch_refport_expr))                                     \
-+      _err = (fetch_refport_expr);                                          \
++      __err = (fetch_refport_expr);                                         \
 +      if (__err)                                                            \
          {                                                                   \
            /* Couldn't get it; deallocate MSGPORT and fail.  */              \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to