aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-02-22 18:21:20 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-02-22 18:21:20 +0000
commitbea8bf95670cc6068de2d89537f0c71f07c035d0 (patch)
treee0d0f3987f26fe41227cfb4b9e668b741074bf4b /sys/modules/linux
parentfbfe83fda4cddb8d8da3022688671d93d92855f3 (diff)
downloadsrc-bea8bf95670cc6068de2d89537f0c71f07c035d0.tar.gz
src-bea8bf95670cc6068de2d89537f0c71f07c035d0.zip
(Belatedly) add the required EXPORT_SYMS. I'm not sure the list is complete,
but at least linprocfs works (I haven't had the opportunity to test other stuff that depends on the linux module, like aac or tdfx)
Notes
Notes: svn path=/head/; revision=91072
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index a1509b70f079..2f26c23d70c2 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -15,6 +15,14 @@ OBJS= linux_locore.o
SRCS+= linux_uid16.c imgact_linux.c
.endif
+EXPORT_SYMS=
+EXPORT_SYMS+= linux_emul_path
+EXPORT_SYMS+= linux_get_osname
+EXPORT_SYMS+= linux_get_osrelease
+EXPORT_SYMS+= linux_ifname
+EXPORT_SYMS+= linux_ioctl_register_handler
+EXPORT_SYMS+= linux_ioctl_unregister_handler
+
CLEANFILES= linux_assym.h linux_genassym.o
linux_assym.h: linux_genassym.o