From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Thu, 12 Feb 2004 22:52:07 +0000 Subject: Re: Bugfix: offsetof in klibc Message-Id: <20040212225206.GA4152@kroah.com> List-Id: References: <401F9033.3080907@suse.de> In-Reply-To: <401F9033.3080907@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Tue, Feb 03, 2004 at 01:12:35PM +0100, Hannes Reinecke wrote: > Hi all, hpa, > > there is a small typo in stddef.h:offsetof() > > === stddef.h 1.1 vs edited ==> --- 1.1/klibc/klibc/include/stddef.h Wed Oct 22 19:37:29 2003 > +++ edited/stddef.h Tue Feb 3 10:16:15 2004 > @@ -19,6 +19,6 @@ > #endif > > #undef offsetof > -#define offsetof(t,m) ((size_t)&((t *)0->m)) > +#define offsetof(t,m) ((size_t)&((t *)0)->m) > > #endif /* _STDDEF_H */ > > otherwise the compiler complains and I suspect it will generated invalid > code anyway. Don't you mean to send this to the klibc mailing list? thanks, greg k-h ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel