diff options
| author | Brian Feldman <green@FreeBSD.org> | 2000-05-06 01:39:45 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2000-05-06 01:39:45 +0000 |
| commit | d6b17eeba366f37a5715958300aa6b3b8496e341 (patch) | |
| tree | d85015d8b610b77c39cf1077b50a64e9e75f2684 /sys/dev/streams/streams.c | |
| parent | 3ca52f354ef73a27405fa9e107ae69458bb1a475 (diff) | |
Notes
Diffstat (limited to 'sys/dev/streams/streams.c')
| -rw-r--r-- | sys/dev/streams/streams.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c index f4c89e06d0ee..c0f6f1cbb56d 100644 --- a/sys/dev/streams/streams.c +++ b/sys/dev/streams/streams.c @@ -188,6 +188,7 @@ static moduledata_t streams_mod = { 0 }; DECLARE_MODULE(streams, streams_mod, SI_SUB_DRIVERS, SI_ORDER_ANY); +MODULE_VERSION(streams, 1); /* * We only need open() and close() routines. open() calls socreate() |
