From 6de67298e2328c817fd5824fbebdd9169d6d7b93 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 22 Feb 2002 18:21:20 +0000 Subject: (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) --- sys/modules/linux/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sys/modules/linux') diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index a1509b7..2f26c23 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 -- cgit v1.1