Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148145183
D4774.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
482 B
Referenced Files
None
Subscribers
None
D4774.diff
View Options
Index: stable/10/sys/net/if_gif.c
===================================================================
--- stable/10/sys/net/if_gif.c
+++ stable/10/sys/net/if_gif.c
@@ -527,7 +527,6 @@
struct gif_softc *sc;
struct ether_header *eh;
struct ifnet *oldifp;
- uint32_t gif_options;
int isr, n, af;
if (ifp == NULL) {
@@ -536,7 +535,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
Tue, Mar 17, 1:39 AM (4 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29787108
Default Alt Text
D4774.diff (482 B)
Attached To
Mode
D4774: MFC 292980
Attached
Detach File
Event Timeline
Log In to Comment