--- embedaddon/mpd/src/iface.h 2012/02/21 23:32:47 1.1.1.1 +++ embedaddon/mpd/src/iface.h 2013/07/22 08:44:29 1.1.1.2 @@ -81,7 +81,7 @@ u_char peer_ipv6_addr_force; char ifname[IFNAMSIZ]; /* Name of my interface */ #ifdef SIOCSIFDESCR - char *ifdescr; /* Interface description*/ + char *ifdescr; /* Interface description template */ #endif #ifdef SIOCAIFGROUP char ifgroup[IFNAMSIZ]; /* Group of my interface */ @@ -100,7 +100,7 @@ char ngname[IFNAMSIZ]; /* Name of my Netgraph node */ uint ifindex; /* System interface index */ #ifdef SIOCSIFDESCR - char *ifdescr; /* Interface description*/ + char *ifdescr; /* Interface description */ #endif struct ifaceconf conf; u_char traffic[IFACE_IDLE_SPLIT]; /* Mark any traffic */ @@ -197,9 +197,9 @@ extern int IfaceStat(Context ctx, int ac, char *av[], void *arg); extern void IfaceListenInput(Bund b, int proto, Mbuf pkt); - #ifndef USE_NG_TCPMSS +#ifndef USE_NG_TCPMSS extern void IfaceCorrectMSS(Mbuf pkt, uint16_t maxmss); - #endif +#endif extern void IfaceSetMTU(Bund b, int mtu); extern void IfaceChangeFlags(Bund b, int clear, int set); extern int IfaceChangeAddr(Bund b, int add, struct u_range *self, struct u_addr *peer);