linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] include stddef.h in include/linux/list.h
       [not found] <200303111907.h2BJ72502778@hera.kernel.org>
@ 2003-03-11 20:38 ` Benjamin LaHaise
  2003-03-15 15:24   ` Greg Ungerer
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin LaHaise @ 2003-03-11 20:38 UTC (permalink / raw)
  To: greg; +Cc: Linux Kernel Mailing List

On Tue, Mar 11, 2003 at 05:47:54PM +0000, Linux Kernel Mailing List wrote:
> diff -Nru a/include/linux/list.h b/include/linux/list.h
> --- a/include/linux/list.h	Tue Mar 11 11:07:05 2003
> +++ b/include/linux/list.h	Tue Mar 11 11:07:05 2003
> @@ -3,6 +3,7 @@
>  
>  #ifdef __KERNEL__
>  
> +#include <linux/stddef.h>
>  #include <linux/prefetch.h>
>  #include <linux/stddef.h>
>  #include <asm/system.h>

Huh?  Surely you meant to delete the extra stddef.h include...

		-ben
-- 
Junk email?  <a href="mailto:aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] include stddef.h in include/linux/list.h
  2003-03-11 20:38 ` [PATCH] include stddef.h in include/linux/list.h Benjamin LaHaise
@ 2003-03-15 15:24   ` Greg Ungerer
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Ungerer @ 2003-03-15 15:24 UTC (permalink / raw)
  To: Benjamin LaHaise; +Cc: Linux Kernel Mailing List

Hi Benjamin,

Benjamin LaHaise wrote:
> On Tue, Mar 11, 2003 at 05:47:54PM +0000, Linux Kernel Mailing List wrote:
> 
>>diff -Nru a/include/linux/list.h b/include/linux/list.h
>>--- a/include/linux/list.h	Tue Mar 11 11:07:05 2003
>>+++ b/include/linux/list.h	Tue Mar 11 11:07:05 2003
>>@@ -3,6 +3,7 @@
>> 
>> #ifdef __KERNEL__
>> 
>>+#include <linux/stddef.h>
>> #include <linux/prefetch.h>
>> #include <linux/stddef.h>
>> #include <asm/system.h>
> 
> 
> Huh?  Surely you meant to delete the extra stddef.h include...

No the original patch included stddef.h, when none was included.
Obviously 2 patch sets have been applied post 2.5.64 that are
trying to do the same thing.

Regards
Greg



------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Wizard        EMAIL:  gerg@snapgear.com
SnapGear Pty Ltd                               PHONE:    +61 7 3435 2888
825 Stanley St,                                  FAX:    +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia              WEB:   www.SnapGear.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-15 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <200303111907.h2BJ72502778@hera.kernel.org>
2003-03-11 20:38 ` [PATCH] include stddef.h in include/linux/list.h Benjamin LaHaise
2003-03-15 15:24   ` Greg Ungerer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).