patch-2.1.31 linux/drivers/char/selection.c

Next file: linux/drivers/char/serial.c
Previous file: linux/drivers/char/rtc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.30/linux/drivers/char/selection.c linux/drivers/char/selection.c
@@ -11,6 +11,8 @@
  * Now that /dev/vcs exists, most of this can disappear again.
  */
 
+#include <linux/config.h>
+#include <linux/module.h>
 #include <linux/tty.h>
 #include <linux/sched.h>
 #include <linux/mm.h>
@@ -306,3 +308,6 @@
 	current->state = TASK_RUNNING;
 	return 0;
 }
+
+EXPORT_SYMBOL(set_selection);
+EXPORT_SYMBOL(paste_selection);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov