kernel/built-in.o(.text+0x2f520): In function `.compat_sys_stime':
: undefined reference to `.security_settime'

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-power4-akpm/kernel/compat.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN kernel/compat.c~sys_stime-needs-a-compat-function-fix-fix kernel/compat.c
--- 25-power4/kernel/compat.c~sys_stime-needs-a-compat-function-fix-fix	2004-11-30 00:08:27.326716800 -0800
+++ 25-power4-akpm/kernel/compat.c	2004-11-30 00:08:43.431268536 -0800
@@ -20,6 +20,7 @@
 #include <linux/futex.h>	/* for FUTEX_WAIT */
 #include <linux/syscalls.h>
 #include <linux/unistd.h>
+#include <linux/security.h>
 
 #include <asm/uaccess.h>
 
_