All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] Compile-time patch for mm_struct
@ 2007-10-25 21:03 Steven A. Falco
  2007-10-25 21:08 ` Philippe Gerum
  0 siblings, 1 reply; 5+ messages in thread
From: Steven A. Falco @ 2007-10-25 21:03 UTC (permalink / raw)
  To: xenomai

I needed the following patch to fix a forward reference (caught by gcc 4.1.1).  I posted this as part of an earlier discussion, but I then realized that it might be overlooked, so I'm reposting it as a new thread:

--- /home/sfalco/ipipe.h	2007-10-25 12:59:12.000000000 -0400
+++ include/linux/ipipe.h	2007-10-25 12:59:23.000000000 -0400
@@ -31,6 +31,8 @@
 #include <linux/ipipe_compat.h>
 #include <asm/ipipe.h>
 
+struct mm_struct;
+
 #ifdef CONFIG_IPIPE
 
 #define IPIPE_VERSION_STRING	IPIPE_ARCH_STRING



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

end of thread, other threads:[~2007-10-26  7:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-25 21:03 [Xenomai-core] Compile-time patch for mm_struct Steven A. Falco
2007-10-25 21:08 ` Philippe Gerum
2007-10-25 21:21   ` Philippe Gerum
2007-10-25 21:27     ` Steven A. Falco
2007-10-26  7:32       ` Philippe Gerum

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.