public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/glibc/2.10.1: 1010_all_glibc-queue-header-updates.patch README.history
@ 2010-04-25  7:17 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2010-04-25  7:17 UTC (permalink / raw
  To: gentoo-commits

vapier      10/04/25 07:17:30

  Modified:             1010_all_glibc-queue-header-updates.patch
                        README.history
  Log:
  change __offsetof to offsetof in sys/queue.h #305075

Revision  Changes    Path
1.2                  src/patchsets/glibc/2.10.1/1010_all_glibc-queue-header-updates.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.10.1/1010_all_glibc-queue-header-updates.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.10.1/1010_all_glibc-queue-header-updates.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.10.1/1010_all_glibc-queue-header-updates.patch?r1=1.1&r2=1.2

Index: 1010_all_glibc-queue-header-updates.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.10.1/1010_all_glibc-queue-header-updates.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 1010_all_glibc-queue-header-updates.patch	18 May 2009 04:41:06 -0000	1.1
+++ 1010_all_glibc-queue-header-updates.patch	25 Apr 2010 07:17:30 -0000	1.2
@@ -41,7 +41,7 @@
 +	(STAILQ_EMPTY((head)) ?						\
 +		NULL :							\
 +	        ((struct type *)(void *)				\
-+		((char *)((head)->stqh_last) - __offsetof(struct type, field))))
++		((char *)((head)->stqh_last) - offsetof(struct type, field))))
 +
  #define	STAILQ_INSERT_AFTER(head, listelm, elm, field) do {		\
  	if (((elm)->field.stqe_next = (listelm)->field.stqe_next) == NULL)\



1.12                 src/patchsets/glibc/2.10.1/README.history

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.10.1/README.history?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.10.1/README.history?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.10.1/README.history?r1=1.11&r2=1.12

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.10.1/README.history,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- README.history	21 Nov 2009 07:14:33 -0000	1.11
+++ README.history	25 Apr 2010 07:17:30 -0000	1.12
@@ -1,3 +1,6 @@
+7		[pending]
+	U 1010_all_glibc-queue-header-updates.patch
+
 6		21.11.2009
 	- 0040_all_glibc-i586-chk.patch
 	+ 0044_all_glibc-2.10-resolv-nameserver-fallback.patch






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-25  7:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-25  7:17 [gentoo-commits] gentoo commit in src/patchsets/glibc/2.10.1: 1010_all_glibc-queue-header-updates.patch README.history Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox