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.8: 1010_all_glibc-queue-header-updates.patch README.history
Date: Sun, 25 Apr 2010 07:23:10
Message-Id: 20100425071731.8A9B52C053@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.8/1010_all_glibc-queue-header-updates.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/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.8/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.8/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.8/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 Jun 2008 00:10:41 -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.8 src/patchsets/glibc/2.8/README.history
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/README.history?rev=1.8&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/README.history?rev=1.8&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/README.history?r1=1.7&r2=1.8
40
41 Index: README.history
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.8/README.history,v
44 retrieving revision 1.7
45 retrieving revision 1.8
46 diff -u -r1.7 -r1.8
47 --- README.history 10 Nov 2009 03:43:30 -0000 1.7
48 +++ README.history 25 Apr 2010 07:17:31 -0000 1.8
49 @@ -1,5 +1,6 @@
50 7 [pending]
51 - 0040_all_glibc-i586-chk.patch
52 + U 1010_all_glibc-queue-header-updates.patch
53
54 6 31.03.2008
55 + 0085_all_glibc-disable-ldconfig.patch