Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/glibc/2.9: 1010_all_glibc-queue-header-updates.patch README.history
Date: Sun, 25 Apr 2010 07:18:02
Message-Id: 20100425071731.C2E6D2C04E@corvid.gentoo.org
1 vapier 10/04/25 07:17:31
2
3 Modified: 1010_all_glibc-queue-header-updates.patch
4 README.history
5 Log:
6 change __offsetof to offsetof in sys/queue.h #305075
7
8 Revision Changes Path
9 1.2 src/patchsets/glibc/2.9/1010_all_glibc-queue-header-updates.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/1010_all_glibc-queue-header-updates.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/1010_all_glibc-queue-header-updates.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/1010_all_glibc-queue-header-updates.patch?r1=1.1&r2=1.2
14
15 Index: 1010_all_glibc-queue-header-updates.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.9/1010_all_glibc-queue-header-updates.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 1010_all_glibc-queue-header-updates.patch 8 Dec 2008 03:28:12 -0000 1.1
22 +++ 1010_all_glibc-queue-header-updates.patch 25 Apr 2010 07:17:31 -0000 1.2
23 @@ -41,7 +41,7 @@
24 + (STAILQ_EMPTY((head)) ? \
25 + NULL : \
26 + ((struct type *)(void *) \
27 -+ ((char *)((head)->stqh_last) - __offsetof(struct type, field))))
28 ++ ((char *)((head)->stqh_last) - offsetof(struct type, field))))
29 +
30 #define STAILQ_INSERT_AFTER(head, listelm, elm, field) do { \
31 if (((elm)->field.stqe_next = (listelm)->field.stqe_next) == NULL)\
32
33
34
35 1.21 src/patchsets/glibc/2.9/README.history
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/README.history?rev=1.21&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/README.history?rev=1.21&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.9/README.history?r1=1.20&r2=1.21
40
41 Index: README.history
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.9/README.history,v
44 retrieving revision 1.20
45 retrieving revision 1.21
46 diff -u -r1.20 -r1.21
47 --- README.history 10 Nov 2009 03:43:30 -0000 1.20
48 +++ README.history 25 Apr 2010 07:17:31 -0000 1.21
49 @@ -1,5 +1,6 @@
50 8 [pending]
51 - 0040_all_glibc-i586-chk.patch
52 + U 1010_all_glibc-queue-header-updates.patch
53
54 7 05.11.2009
55 + 0060_all_glibc-tweak-first-day-of-week.patch