diff options
| -rw-r--r-- | sys/netinet/mlf_ipl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/mlf_ipl.c b/sys/netinet/mlf_ipl.c index 3e0e240338d6..55f0ab2aaa4a 100644 --- a/sys/netinet/mlf_ipl.c +++ b/sys/netinet/mlf_ipl.c @@ -167,7 +167,7 @@ static struct cdevsw ipl_cdevsw = { /* strategy */ nostrategy, /* name */ "ipl", /* parms */ noparms, - /* maj */ -1, + /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, |
