[<prev] [next>] [day] [month] [year] [list]
Message-ID: <e6b437137f344f9a0ab657656ca7b533@zipernowsky.hu>
Date: Sat, 03 May 2008 14:25:25 +0200
From: Oliver Pinter <oliver@...ernowsky.hu>
To: Adrian Bunk <bunk@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [OP] added to queue-2.6.22.23-op1
Your patch added to queue-2.6.22.23-op1.
If anyone has any objections, please let us know.
http://repo.or.cz/w/linux-2.6.22.y-op-patches.git
git://repo.or.cz/linux-2.6.22.y-op-patches.git
---
>From 12c2ab5e8fdfde67f3f6778a366cbdef06de410d Mon Sep 17 00:00:00 2001
From: Adrian Bunk <bunk@...nel.org>
Date: Wed, 6 Feb 2008 01:36:47 -0800
Subject: [PATCH] fs/utimes.c should #include <linux/syscalls.h>
Every file should include the headers containing the prototypes for its
global
functions.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@...ux-foundation.org>
diff --git a/fs/utimes.c b/fs/utimes.c
index b9912ec..e5588cd 100644
--- a/fs/utimes.c
+++ b/fs/utimes.c
@@ -6,6 +6,7 @@
#include <linux/sched.h>
#include <linux/stat.h>
#include <linux/utime.h>
+#include <linux/syscalls.h>
#include <asm/uaccess.h>
#include <asm/unistd.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists