summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-06-19 02:54:04 +0000
committerBrian Feldman <green@FreeBSD.org>1999-06-19 02:54:04 +0000
commite214816bfc133fb491e292ee2ffbadb45c06810c (patch)
treeb8f88477ca1f2d07a77730b5d79dbead7441f948
parent274342303b5ad50f20acee816d7aaa9bb6141e3c (diff)
Notes
-rw-r--r--sys/netinet/mlf_ipl.c2
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,