From: Jason Lunz <lunz@falooley.org>
To: Blaisorblade <blaisorblade@yahoo.it>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] [PATCH] fix skas-2.6.19-rc6-v9-pre9 compile for linux 2.6.19
Date: Thu, 30 Nov 2006 15:24:13 -0500 [thread overview]
Message-ID: <20061130202411.GA8628@knob.reflex> (raw)
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
next reply other threads:[~2006-11-30 20:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-30 20:24 Jason Lunz [this message]
2006-12-07 12:42 ` [uml-devel] [PATCH] fix skas-2.6.19-rc6-v9-pre9 compile for linux 2.6.19 Blaisorblade
2007-01-03 16:20 ` Blaisorblade
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061130202411.GA8628@knob.reflex \
--to=lunz@falooley.org \
--cc=blaisorblade@yahoo.it \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox