aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/streams
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2002-01-11 01:16:00 +0000
committerMike Smith <msmith@FreeBSD.org>2002-01-11 01:16:00 +0000
commit07af4a8e64e29219e1965630a66c7e92837d96d3 (patch)
tree907bf900d10c2dfaaef17f09eaa509eb3a39e99d /sys/modules/streams
parent93f03548500fbe1dda5140d30fe8a48d4686ed70 (diff)
downloadsrc-07af4a8e64e29219e1965630a66c7e92837d96d3.tar.gz
src-07af4a8e64e29219e1965630a66c7e92837d96d3.zip
Export symbols that constitute APIs defined by these
modules. Note that in the case of 'mii' the API is not clearly defined, and the symbols exported represent a subset defined by current usage.
Notes
Notes: svn path=/head/; revision=89244
Diffstat (limited to 'sys/modules/streams')
-rw-r--r--sys/modules/streams/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/streams/Makefile b/sys/modules/streams/Makefile
index 9b5cd7dc7efb..be92d1a6d575 100644
--- a/sys/modules/streams/Makefile
+++ b/sys/modules/streams/Makefile
@@ -7,6 +7,10 @@ KMOD= streams
SRCS= streams.c opt_streams.h
NOMAN=
+EXPORT_SYMS= svr4_str_initialized \
+ svr4_stream_get \
+ svr4_delete_socket
+
.if defined(DEBUG)
CFLAGS+= -DDEBUG_SVR4
.endif