The patch titled
     kernel/sysctl_check.c must #include <linux/string.h>
has been removed from the -mm tree.  Its filename was
     
sysctl-error-on-bad-sysctl-tables-kernel-sysctl_checkc-must-include-linux-stringh.patch

This patch was dropped because it was folded into 
sysctl-error-on-bad-sysctl-tables.patch

------------------------------------------------------
Subject: kernel/sysctl_check.c must #include <linux/string.h>
From: Adrian Bunk <[EMAIL PROTECTED]>

  CC      kernel/sysctl_check.o
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc2-mm2/kernel/sysctl_check.c: In 
function 'sysctl_binary_lookup':
/home/bunk/linux/kernel-2.6/linux-2.6.23-rc2-mm2/kernel/sysctl_check.c:1303: 
error: implicit declaration of function 'strcmp'
make[2]: *** [kernel/sysctl_check.o] Error 1

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Cc: Eric W. Biederman <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 kernel/sysctl_check.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN 
kernel/sysctl_check.c~sysctl-error-on-bad-sysctl-tables-kernel-sysctl_checkc-must-include-linux-stringh
 kernel/sysctl_check.c
--- 
a/kernel/sysctl_check.c~sysctl-error-on-bad-sysctl-tables-kernel-sysctl_checkc-must-include-linux-stringh
+++ a/kernel/sysctl_check.c
@@ -3,6 +3,7 @@
 #include "../arch/s390/appldata/appldata.h"
 #include "../fs/xfs/linux-2.6/xfs_sysctl.h"
 #include <linux/sunrpc/debug.h>
+#include <linux/string.h>
 #include <net/ip_vs.h>
 
 struct trans_ctl_table {
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
make-kernel-power-maincsuspend_enter-static.patch
sysctl-parport-remove-binary-paths.patch
sysctl-error-on-bad-sysctl-tables.patch
sysctl-error-on-bad-sysctl-tables-kernel-sysctl_checkc-must-include-linux-stringh.patch
alpha-lock-bitops-fix.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to