summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-01-11 07:27:17 +0000
committersobomax <sobomax@FreeBSD.org>2002-01-11 07:27:17 +0000
commit91632d28403a696b245174de1e33d33d94d59c44 (patch)
treeb9b82bc8348e5921e8de09d56733c0a5cf75be13 /sys/modules
parent96286409dff9cbe88734ea979897e3a8743d0fbc (diff)
downloadFreeBSD-src-91632d28403a696b245174de1e33d33d94d59c44.zip
FreeBSD-src-91632d28403a696b245174de1e33d33d94d59c44.tar.gz
Export cd9660_wchar2char symbol, because we need it in the pluggable
unicode decoding klds (cd9660_unicode port).
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/cd9660/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/cd9660/Makefile b/sys/modules/cd9660/Makefile
index 091ef78..94d012c 100644
--- a/sys/modules/cd9660/Makefile
+++ b/sys/modules/cd9660/Makefile
@@ -6,6 +6,7 @@ KMOD= cd9660
SRCS= vnode_if.h \
cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \
cd9660_util.c cd9660_vfsops.c cd9660_vnops.c
+EXPORT_SYMS= cd9660_wchar2char
NOMAN=
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud