GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / sparc / lib / usercopy.c
blob14b363fec8a2a108636411db2acb49f5e5b03946
1 #include <linux/module.h>
2 #include <linux/bug.h>
4 void copy_from_user_overflow(void)
6 WARN(1, "Buffer overflow detected!\n");
8 EXPORT_SYMBOL(copy_from_user_overflow);