[U-Boot] [PATCH] sandbox: add ifdef protection to os.h

2012-01-20 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- include/os.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/os.h b/include/os.h index f3af4f0..c17a8a5 100644 --- a/include/os.h +++ b/include/os.h @@ -25,6 +25,9 @@ * This provides access to useful OS

Re: [U-Boot] [PATCH] sandbox: add ifdef protection to os.h

2012-01-20 Thread Simon Glass
On Fri, Jan 20, 2012 at 11:07 AM, Mike Frysinger vap...@gentoo.org wrote: Signed-off-by: Mike Frysinger vap...@gentoo.org Acked-by: Simon Glass s...@chromium.org ---  include/os.h |    5 +  1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/os.h b/include/os.h index