FreeBSD Bugzilla – Attachment 148387 Details for
Bug 188826
sysutils/pftop broken on -CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch for bpf_dump.c
patch-bpf_dump.c (text/x-csrc), 414 bytes, created by
Oliver Peter
on 2014-10-17 11:01:15 UTC
(
hide
)
Description:
Patch for bpf_dump.c
Filename:
MIME Type:
Creator:
Oliver Peter
Created:
2014-10-17 11:01:15 UTC
Size:
414 bytes
patch
obsolete
>--- bpf_dump.c.orig 2007-11-07 07:34:18.000000000 +0100 >+++ bpf_dump.c 2014-10-17 12:39:01.000000000 +0200 >@@ -33,10 +33,10 @@ > #include <stdio.h> > > >-extern void bpf_dump(struct bpf_program *, int); >+extern void bpf_dump(const struct bpf_program *, int); > > void >-bpf_dump(struct bpf_program *p, int option) >+bpf_dump(const struct bpf_program *p, int option) > { > struct bpf_insn *insn; > int i;
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 Raw
Actions:
View
Attachments on
bug 188826
: 148387 |
148388