FreeBSD Bugzilla – Attachment 151295 Details for
Bug 196465
clang 3.5: Fix compilation of tools/tools/netmap/pkt-gen.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file for netmap/pkt-gen with clang 3.5
freebsd.pkt-gen.patch (text/plain), 318 bytes, created by
olivier
on 2015-01-03 17:34:41 UTC
(
hide
)
Description:
patch file for netmap/pkt-gen with clang 3.5
Filename:
MIME Type:
Creator:
olivier
Created:
2015-01-03 17:34:41 UTC
Size:
318 bytes
patch
obsolete
>Index: tools/tools/netmap/pkt-gen.c >=================================================================== >--- tools/tools/netmap/pkt-gen.c (revision 276525) >+++ tools/tools/netmap/pkt-gen.c (working copy) >@@ -1817,7 +1836,7 @@ > > } > >- if (g.ifname == NULL) { >+ if (!g.ifname) { > D("missing ifname"); > usage(); > }
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 196465
: 151295