]> Git Repo - linux.git/commit
[PATCH] fix the SYSCTL=n compilation
authorAdrian Bunk <[email protected]>
Thu, 1 Mar 2007 04:12:23 +0000 (20:12 -0800)
committerLinus Torvalds <[email protected]>
Thu, 1 Mar 2007 22:53:37 +0000 (14:53 -0800)
commit93a6fefe2f6fc380870c0985b246bec7f37a06f7
treeae724a563ba10bf27a783c720afcc1298931a454
parentc1e16aa2792a129d8920e22210ef21eb62a0f80a
[PATCH] fix the SYSCTL=n compilation

/home/bunk/linux/kernel-2.6/linux-2.6.20-mm2/kernel/sysctl.c:1411: error: conflicting types for 'register_sysctl_table'
/home/bunk/linux/kernel-2.6/linux-2.6.20-mm2/include/linux/sysctl.h:1042: error: previous declaration of 'register_sysctl_table' was here
make[2]: *** [kernel/sysctl.o] Error 1

Caused by commit 0b4d414714f0d2f922d39424b0c5c82ad900a381.

Signed-off-by: Adrian Bunk <[email protected]>
Cc: "Eric W. Biederman" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/sysctl.c
This page took 0.052716 seconds and 4 git commands to generate.