* [uml-devel] [PATCH] fix skas-2.6.19-rc6-v9-pre9 compile for linux 2.6.19
@ 2006-11-30 20:24 Jason Lunz
2006-12-07 12:42 ` Blaisorblade
2007-01-03 16:20 ` Blaisorblade
0 siblings, 2 replies; 3+ messages in thread
From: Jason Lunz @ 2006-11-30 20:24 UTC (permalink / raw)
To: Blaisorblade; +Cc: user-mode-linux-devel
linux/config.h is now included automatically. #including it by hand is a
build error in 2.6.19; this removes the three instances in the latest
skas3-2.6 patch.
Jason
---
include/linux/proc_mm.h | 1 -
mm/proc_mm-mod.c | 1 -
mm/proc_mm.c | 1 -
3 files changed, 3 deletions(-)
Index: linux-2.6.19/include/linux/proc_mm.h
===================================================================
--- linux-2.6.19.orig/include/linux/proc_mm.h
+++ linux-2.6.19/include/linux/proc_mm.h
@@ -6,7 +6,6 @@
#ifndef __PROC_MM_H
#define __PROC_MM_H
-#include <linux/config.h>
#include <linux/sched.h>
#include <linux/compiler.h>
Index: linux-2.6.19/mm/proc_mm-mod.c
===================================================================
--- linux-2.6.19.orig/mm/proc_mm-mod.c
+++ linux-2.6.19/mm/proc_mm-mod.c
@@ -1,4 +1,3 @@
-#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/proc_mm.h>
#include <linux/ptrace.h>
Index: linux-2.6.19/mm/proc_mm.c
===================================================================
--- linux-2.6.19.orig/mm/proc_mm.c
+++ linux-2.6.19/mm/proc_mm.c
@@ -3,7 +3,6 @@
* Licensed under the GPL
*/
-#include <linux/config.h>
#include <linux/compiler.h>
#include <linux/mm.h>
#include <linux/init.h>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [uml-devel] [PATCH] fix skas-2.6.19-rc6-v9-pre9 compile for linux 2.6.19
2006-11-30 20:24 [uml-devel] [PATCH] fix skas-2.6.19-rc6-v9-pre9 compile for linux 2.6.19 Jason Lunz
@ 2006-12-07 12:42 ` Blaisorblade
2007-01-03 16:20 ` Blaisorblade
1 sibling, 0 replies; 3+ messages in thread
From: Blaisorblade @ 2006-12-07 12:42 UTC (permalink / raw)
To: Jason Lunz; +Cc: user-mode-linux-devel
On Thursday 30 November 2006 21:24, Jason Lunz wrote:
> linux/config.h is now included automatically. #including it by hand is a
> build error in 2.6.19; this removes the three instances in the latest
> skas3-2.6 patch.
>
> Jason
Ok, I should integrate it ASAP (but you can see how much time I have :-( ).
> ---
> include/linux/proc_mm.h | 1 -
> mm/proc_mm-mod.c | 1 -
> mm/proc_mm.c | 1 -
> 3 files changed, 3 deletions(-)
>
> Index: linux-2.6.19/include/linux/proc_mm.h
> ===================================================================
> --- linux-2.6.19.orig/include/linux/proc_mm.h
> +++ linux-2.6.19/include/linux/proc_mm.h
> @@ -6,7 +6,6 @@
> #ifndef __PROC_MM_H
> #define __PROC_MM_H
>
> -#include <linux/config.h>
> #include <linux/sched.h>
> #include <linux/compiler.h>
>
> Index: linux-2.6.19/mm/proc_mm-mod.c
> ===================================================================
> --- linux-2.6.19.orig/mm/proc_mm-mod.c
> +++ linux-2.6.19/mm/proc_mm-mod.c
> @@ -1,4 +1,3 @@
> -#include <linux/config.h>
> #include <linux/kernel.h>
> #include <linux/proc_mm.h>
> #include <linux/ptrace.h>
> Index: linux-2.6.19/mm/proc_mm.c
> ===================================================================
> --- linux-2.6.19.orig/mm/proc_mm.c
> +++ linux-2.6.19/mm/proc_mm.c
> @@ -3,7 +3,6 @@
> * Licensed under the GPL
> */
>
> -#include <linux/config.h>
> #include <linux/compiler.h>
> #include <linux/mm.h>
> #include <linux/init.h>
--
Inform me of my mistakes, so I can add them to my list!
Paolo Giarrusso, aka Blaisorblade
http://www.user-mode-linux.org/~blaisorblade
Chiacchiera con i tuoi amici in tempo reale!
http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [uml-devel] [PATCH] fix skas-2.6.19-rc6-v9-pre9 compile for linux 2.6.19
2006-11-30 20:24 [uml-devel] [PATCH] fix skas-2.6.19-rc6-v9-pre9 compile for linux 2.6.19 Jason Lunz
2006-12-07 12:42 ` Blaisorblade
@ 2007-01-03 16:20 ` Blaisorblade
1 sibling, 0 replies; 3+ messages in thread
From: Blaisorblade @ 2007-01-03 16:20 UTC (permalink / raw)
To: Jason Lunz; +Cc: user-mode-linux-devel
On Thursday 30 November 2006 21:24, Jason Lunz wrote:
> linux/config.h is now included automatically. #including it by hand is a
> build error in 2.6.19; this removes the three instances in the latest
> skas3-2.6 patch.
>
> Jason
I'm sorry to be so late, I've finally fixed this, and released also the
2.6.19 -v8.2 patchset.
--
Inform me of my mistakes, so I can add them to my list!
Paolo Giarrusso, aka Blaisorblade
http://www.user-mode-linux.org/~blaisorblade
Chiacchiera con i tuoi amici in tempo reale!
http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-01-03 17:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-30 20:24 [uml-devel] [PATCH] fix skas-2.6.19-rc6-v9-pre9 compile for linux 2.6.19 Jason Lunz
2006-12-07 12:42 ` Blaisorblade
2007-01-03 16:20 ` Blaisorblade
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox