ifconfig: use IPv6 infrastructure

This commit is contained in:
Denis Vlasenko
2007-02-04 02:40:27 +00:00
parent 5870ad9672
commit 1094452423
3 changed files with 25 additions and 26 deletions

View File

@ -247,7 +247,7 @@ struct ipovly {
/*
* UDP kernel structures and variables.
*/
struct udpiphdr {
struct udpiphdr {
struct ipovly ui_i; /* overlaid ip structure */
struct udphdr ui_u; /* udp header */
};