diff --git a/sys/net/if.h b/sys/net/if.h index 0174f9705547..53914f2137d3 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if.h 8.1 (Berkeley) 6/10/93 - * $Id: if.h,v 1.12 1994/12/21 18:03:41 wollman Exp $ + * $Id: if.h,v 1.13 1994/12/21 22:56:59 wollman Exp $ */ #ifndef _NET_IF_H_ @@ -313,7 +313,7 @@ struct ifreq { #define ifr_flags ifr_ifru.ifru_flags /* flags */ #define ifr_metric ifr_ifru.ifru_metric /* metric */ #define ifr_mtu ifr_ifru.ifru_mtu /* mtu */ -#define ifr_phys ifr_ifru.ifru_phys; /* physical wire */ +#define ifr_phys ifr_ifru.ifru_phys /* physical wire */ #define ifr_data ifr_ifru.ifru_data /* for use by interface */ };