Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / arch / um / kernel / ksyms.c
index cecb344..432cf0b 100644 (file)
@@ -3,6 +3,7 @@
  * Licensed under the GPL
  */
 
+#include "linux/config.h"
 #include "linux/module.h"
 #include "linux/string.h"
 #include "linux/smp_lock.h"
@@ -87,6 +88,12 @@ EXPORT_SYMBOL(dump_thread);
 EXPORT_SYMBOL(do_gettimeofday);
 EXPORT_SYMBOL(do_settimeofday);
 
+/* This is here because UML expands lseek to sys_lseek, not to a system
+ * call instruction.
+ */
+EXPORT_SYMBOL(sys_lseek);
+EXPORT_SYMBOL(sys_wait4);
+
 #ifdef CONFIG_SMP
 
 /* required for SMP */