FreeBSD Bugzilla – Attachment 10700 Details for
Bug 21391
WARNING messages occur when bpf is used with DEVFS in -current
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 444 bytes, created by
Tony Fleisher
on 2000-09-19 06:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tony Fleisher
Created:
2000-09-19 06:50:00 UTC
Size:
444 bytes
patch
obsolete
>*** sys/net/bpf.c.ORIG Mon Sep 18 21:14:02 2000 >--- sys/net/bpf.c Mon Sep 18 21:46:50 2000 >*************** >*** 363,369 **** >--- 363,374 ---- > */ > if (d) > return (EBUSY); >+ /* >+ * No need for make_dev here, as we make_dev() in bpf_clone() >+ */ >+ /* > make_dev(&bpf_cdevsw, minor(dev), 0, 0, 0600, "bpf%d", lminor(dev)); >+ */ > MALLOC(d, struct bpf_d *, sizeof(*d), M_BPF, M_WAITOK); > bzero(d, sizeof(*d)); > dev->si_drv1 = d;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21391
: 10700