Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168341622
D4719.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
467 B
Referenced Files
None
Subscribers
None
D4719.diff
View Options
Index: head/sys/net/if_gif.c
===================================================================
--- head/sys/net/if_gif.c
+++ head/sys/net/if_gif.c
@@ -529,7 +529,6 @@
struct gif_softc *sc;
struct ether_header *eh;
struct ifnet *oldifp;
- uint32_t gif_options;
int isr, n, af;
if (ifp == NULL) {
@@ -538,7 +537,6 @@
return;
}
sc = ifp->if_softc;
- gif_options = sc->gif_options;
m->m_pkthdr.rcvif = ifp;
m_clrprotoflags(m);
switch (proto) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 28, 4:58 PM (1 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37469768
Default Alt Text
D4719.diff (467 B)
Attached To
Mode
D4719: Clean up Warning: unused-but-set-variable gcc4.9.
Attached
Detach File
Event Timeline
Log In to Comment