Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102159884
D30197.id88987.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
466 B
Referenced Files
None
Subscribers
None
D30197.id88987.diff
View Options
Index: sys/net/if.c
===================================================================
--- sys/net/if.c
+++ sys/net/if.c
@@ -2901,7 +2901,6 @@
struct ifgroupreq ifgr;
struct ifmediareq ifmr;
} thunk;
- caddr_t saved_data;
u_long saved_cmd;
struct ifconf32 *ifc32;
struct ifdrv32 *ifd32;
@@ -2928,7 +2927,6 @@
#ifdef COMPAT_FREEBSD32
saved_cmd = cmd;
- saved_data = data;
switch (cmd) {
case SIOCGIFCONF32:
ifc32 = (struct ifconf32 *)data;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 8:44 AM (19 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14554980
Default Alt Text
D30197.id88987.diff (466 B)
Attached To
Mode
D30197: Remove a write-only variable.
Attached
Detach File
Event Timeline
Log In to Comment