Merge r198417 from head to stable/8:

Remove unneeded blank line from bpf_drvinit().
This commit is contained in:
Robert Watson 2009-12-14 11:45:53 +00:00
parent ec610c212b
commit 19c576c8b2

View file

@ -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");
}
/*