summaryrefslogtreecommitdiffstats
path: root/sys/dev/streams/streams.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/streams/streams.c')
-rw-r--r--sys/dev/streams/streams.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c
index cc50c3b..8e5ac57 100644
--- a/sys/dev/streams/streams.c
+++ b/sys/dev/streams/streams.c
@@ -101,11 +101,9 @@ static struct fileops svr4_netops = {
.fo_close = svr4_soo_close
};
-#define CDEV_MAJOR 103
static struct cdevsw streams_cdevsw = {
.d_open = streamsopen,
.d_name = "streams",
- .d_maj = CDEV_MAJOR,
};
struct streams_softc {
OpenPOWER on IntegriCloud