Author: aurel32
Date: 2006-04-02 11:34:14 +0000 (Sun, 02 Apr 2006)
New Revision: 1310

Added:
   glibc-package/trunk/debian/patches/siginfo_h.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
 * Add siginfo_h.diff (fixes a typo in ILL_ILLOPN definition), backported
   from upstream (closes: bug#358041).



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2006-03-27 06:12:34 UTC (rev 
1309)
+++ glibc-package/trunk/debian/changelog        2006-04-02 11:34:14 UTC (rev 
1310)
@@ -11,6 +11,8 @@
   * Make ldconfig look into /lib32 and /usr/lib32 on amd64. Add /lib32 ->
     /emul/ia32-linux/lib and /usr/lib32 -> /emul/ia32-linux/usr/lib links.
   * Remove glibc235-gcc4-ppc-procfs.diff from debian/patches/series.
+  * Add siginfo_h.diff (fixes a typo in ILL_ILLOPN definition), backported
+    from upstream (closes: bug#358041).
   
  -- Denis Barbier <[EMAIL PROTECTED]>  Mon, 20 Mar 2006 21:36:11 +0100
 

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series   2006-03-27 06:12:34 UTC (rev 
1309)
+++ glibc-package/trunk/debian/patches/series   2006-04-02 11:34:14 UTC (rev 
1310)
@@ -139,3 +139,4 @@
 strfmon.diff
 argp_h.diff -p1
 getcwd_ia64.diff -p1
+siginfo_h.diff -p1

Added: glibc-package/trunk/debian/patches/siginfo_h.diff
===================================================================
--- glibc-package/trunk/debian/patches/siginfo_h.diff   2006-03-27 06:12:34 UTC 
(rev 1309)
+++ glibc-package/trunk/debian/patches/siginfo_h.diff   2006-04-02 11:34:14 UTC 
(rev 1310)
@@ -0,0 +1,18 @@
+Fix typo in ILL_ILLOPN definition.
+
+===================================================================
+RCS file: /cvs/glibc/libc/bits/siginfo.h,v
+retrieving revision 1.6
+retrieving revision 1.7
+diff -u -r1.6 -r1.7
+--- libc/bits/siginfo.h        2001/07/06 04:55:50     1.6
++++ libc/bits/siginfo.h        2006/04/01 19:18:59     1.7
+@@ -76,7 +76,7 @@
+ {
+   ILL_ILLOPC = 1,             /* Illegal opcode.  */
+ # define ILL_ILLOPC   ILL_ILLOPC
+-  ILL_ILL_OPN,                        /* Illegal operand.  */
++  ILL_ILLOPN,                 /* Illegal operand.  */
+ # define ILL_ILLOPN   ILL_ILLOPN
+   ILL_ILLADR,                 /* Illegal addressing mode.  */
+ # define ILL_ILLADR   ILL_ILLADR


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

Reply via email to