mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Merge r198417 from head to stable/8:
Remove unneeded blank line from bpf_drvinit().
This commit is contained in:
parent
ec610c212b
commit
19c576c8b2
1 changed files with 0 additions and 1 deletions
|
|
@ -2035,7 +2035,6 @@ bpf_drvinit(void *unused)
|
|||
dev = make_dev(&bpf_cdevsw, 0, UID_ROOT, GID_WHEEL, 0600, "bpf");
|
||||
/* For compatibility */
|
||||
make_dev_alias(dev, "bpf0");
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue