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.11: 1010_all_glibc-queue-header-updates.patch README.history
Date: Sun, 25 Apr 2010 07:23:10
Message-Id: 20100425071731.4D1282C043@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.11/1010_all_glibc-queue-header-updates.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.11/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.11/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.11/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.11/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 6 Nov 2009 00:31:53 -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.14 src/patchsets/glibc/2.11/README.history
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.11/README.history?rev=1.14&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.11/README.history?rev=1.14&content-type=text/plain
39 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.11/README.history?r1=1.13&r2=1.14
40
41 Index: README.history
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.11/README.history,v
44 retrieving revision 1.13
45 retrieving revision 1.14
46 diff -u -r1.13 -r1.14
47 --- README.history 7 Mar 2010 22:34:01 -0000 1.13
48 +++ README.history 25 Apr 2010 07:17:31 -0000 1.14
49 @@ -1,4 +1,5 @@
50 6 [pending]
51 + U 1010_all_glibc-queue-header-updates.patch
52 U 6028_all_alpha-fix-SOCK_NONBLOCK.patch
53
54 5 02.12.2009