Hi Steven,
I am just being pedantic here (and I should have beaten up on Rusty
before now ... :-)
On Thu, 09 Aug 2007 00:36:30 -0400 Steven Rostedt [off-list ref]
wrote:
quoted hunk
--- a/include/asm-i386/lg.h
+++ b/include/asm-i386/lg.h
@@ -1,5 +1,5 @@
-#ifndef _LGUEST_H
-#define _LGUEST_H
+#ifndef _I386_LGUEST_H
+#define _I386_LGUEST_H
Maybe _ASM_LG_H or _I386_LG_H ? And there is a comment on the #endif at
the end of the file that should match.
quoted hunk
+++ b/include/linux/lg.h
@@ -0,0 +1,30 @@
+#ifndef _LINUX_LGUEST_H
+#define _LINUX_LGUEST_H
Maybe _LINUX_LG_H ?
Also (this is for Rusty) include/linux/lguest.h is protected by
_ASM_LGUEST_H ...
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/