* [PATCH 01/19] bootwrapper: Add stddef.h to ops.h
2007-02-07 23:00 [PATCH 00/19] cuboot bootwrapper patchset Scott Wood
@ 2007-02-07 23:01 ` Scott Wood
0 siblings, 0 replies; 4+ messages in thread
From: Scott Wood @ 2007-02-07 23:01 UTC (permalink / raw)
To: paulus; +Cc: linuxppc-dev
ops.h references NULL, so include stddef.h, so files including ops.h
don't have to.
Signed-off-by: Scott Wood <scottwood@freescale.com>
---
arch/powerpc/boot/ops.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h
index 8abb651..4ac7b02 100644
--- a/arch/powerpc/boot/ops.h
+++ b/arch/powerpc/boot/ops.h
@@ -11,6 +11,7 @@
#ifndef _PPC_BOOT_OPS_H_
#define _PPC_BOOT_OPS_H_
+#include <stddef.h>
#include "types.h"
#define COMMAND_LINE_SIZE 512
--
1.4.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 01/19] bootwrapper: Add stddef.h to ops.h
@ 2007-03-12 20:41 Scott Wood
2007-03-12 22:26 ` Mark A. Greer
0 siblings, 1 reply; 4+ messages in thread
From: Scott Wood @ 2007-03-12 20:41 UTC (permalink / raw)
To: paulus; +Cc: linuxppc-dev
ops.h references NULL, so include stddef.h, so files including ops.h
don't have to.
Signed-off-by: Scott Wood <scottwood@freescale.com>
---
arch/powerpc/boot/ops.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h
index cad4eee..2b569ad 100644
--- a/arch/powerpc/boot/ops.h
+++ b/arch/powerpc/boot/ops.h
@@ -11,6 +11,7 @@
#ifndef _PPC_BOOT_OPS_H_
#define _PPC_BOOT_OPS_H_
+#include <stddef.h>
#include "types.h"
#define COMMAND_LINE_SIZE 512
--
1.5.0.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 01/19] bootwrapper: Add stddef.h to ops.h
2007-03-12 20:41 [PATCH 01/19] bootwrapper: Add stddef.h to ops.h Scott Wood
@ 2007-03-12 22:26 ` Mark A. Greer
2007-03-13 1:36 ` David Gibson
0 siblings, 1 reply; 4+ messages in thread
From: Mark A. Greer @ 2007-03-12 22:26 UTC (permalink / raw)
To: Scott Wood; +Cc: linuxppc-dev, paulus
On Mon, Mar 12, 2007 at 02:41:38PM -0600, Scott Wood wrote:
> ops.h references NULL, so include stddef.h, so files including ops.h
> don't have to.
>
> Signed-off-by: Scott Wood <scottwood@freescale.com>
Acked-by: Mark A. Greer <mgreer@mvista.com>
> ---
> arch/powerpc/boot/ops.h | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h
> index cad4eee..2b569ad 100644
> --- a/arch/powerpc/boot/ops.h
> +++ b/arch/powerpc/boot/ops.h
> @@ -11,6 +11,7 @@
> #ifndef _PPC_BOOT_OPS_H_
> #define _PPC_BOOT_OPS_H_
>
> +#include <stddef.h>
> #include "types.h"
>
> #define COMMAND_LINE_SIZE 512
> --
> 1.5.0.3
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 01/19] bootwrapper: Add stddef.h to ops.h
2007-03-12 22:26 ` Mark A. Greer
@ 2007-03-13 1:36 ` David Gibson
0 siblings, 0 replies; 4+ messages in thread
From: David Gibson @ 2007-03-13 1:36 UTC (permalink / raw)
To: Mark A. Greer; +Cc: linuxppc-dev, paulus
On Mon, Mar 12, 2007 at 03:26:52PM -0700, Mark A. Greer wrote:
> On Mon, Mar 12, 2007 at 02:41:38PM -0600, Scott Wood wrote:
> > ops.h references NULL, so include stddef.h, so files including ops.h
> > don't have to.
> >
> > Signed-off-by: Scott Wood <scottwood@freescale.com>
>
> Acked-by: Mark A. Greer <mgreer@mvista.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-03-13 1:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-12 20:41 [PATCH 01/19] bootwrapper: Add stddef.h to ops.h Scott Wood
2007-03-12 22:26 ` Mark A. Greer
2007-03-13 1:36 ` David Gibson
-- strict thread matches above, loose matches on Subject: below --
2007-02-07 23:00 [PATCH 00/19] cuboot bootwrapper patchset Scott Wood
2007-02-07 23:01 ` [PATCH 01/19] bootwrapper: Add stddef.h to ops.h Scott Wood
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).