From 6fb2ef6eec9d3637f4436728c612ab502c89335d Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 27 Feb 2005 22:19:35 +0000 Subject: Use dynamic major number allocation. --- sys/contrib/ipfilter/netinet/mlfk_ipl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/contrib') diff --git a/sys/contrib/ipfilter/netinet/mlfk_ipl.c b/sys/contrib/ipfilter/netinet/mlfk_ipl.c index 2644d24e..dc5a1c8 100644 --- a/sys/contrib/ipfilter/netinet/mlfk_ipl.c +++ b/sys/contrib/ipfilter/netinet/mlfk_ipl.c @@ -103,7 +103,6 @@ SYSCTL_INT(_net_inet_ipf, OID_AUTO, fr_minttl, CTLFLAG_RW, &fr_minttl, 0, ""); SYSCTL_INT(_net_inet_ipf, OID_AUTO, fr_minttllog, CTLFLAG_RW, &fr_minttllog, 0, ""); -#define CDEV_MAJOR 79 static struct cdevsw ipl_cdevsw = { .d_version = D_VERSION, .d_flags = 0, @@ -112,7 +111,6 @@ static struct cdevsw ipl_cdevsw = { .d_read = iplread, .d_ioctl = iplioctl, .d_name = "ipl", - .d_maj = CDEV_MAJOR, }; #if (__FreeBSD_version >= 500000) -- cgit v1.1