All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] use #error not #warn
@ 2010-04-29  2:48 Serge E. Hallyn
       [not found] ` <20100429024820.GA13425-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Serge E. Hallyn @ 2010-04-29  2:48 UTC (permalink / raw)
  To: Oren Laadan; +Cc: Linux Containers

(against -rc7)

Sorry my bad, I think i said #warn before, but my compiler doesn't
like that.

Signed-off-by: Serge E. Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
---
 include/linux/checkpoint_hdr.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/checkpoint_hdr.h b/include/linux/checkpoint_hdr.h
index 790214f..eb5e1b4 100644
--- a/include/linux/checkpoint_hdr.h
+++ b/include/linux/checkpoint_hdr.h
@@ -18,7 +18,7 @@
 #include <linux/in6.h>
 
 #ifndef CONFIG_CHECKPOINT
-#warn linux/checkpoint_hdr.h included directly (without CONFIG_CHECKPOINT)
+#error linux/checkpoint_hdr.h included directly (without CONFIG_CHECKPOINT)
 #endif
 
 #else /* __KERNEL__ */
-- 
1.7.0.4

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

end of thread, other threads:[~2010-04-29  4:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-29  2:48 [PATCH 1/2] use #error not #warn Serge E. Hallyn
     [not found] ` <20100429024820.GA13425-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-04-29  2:48   ` [PATCH 2/2] net/ipv6/sit.c don't #include checkpoint_hdr.h Serge E. Hallyn
     [not found]     ` <20100429024858.GA13488-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-04-29  3:55       ` [PATCH 3/2] drivers/net/macvlan.c: " Serge E. Hallyn
     [not found]         ` <20100429035542.GA17189-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2010-04-29  4:37           ` Oren Laadan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.