diff options
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 f4c89e0..c0f6f1c 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() |