From 4022b9d7cdddf7f18debd4fab761daad71821177 Mon Sep 17 00:00:00 2001 From: dg Date: Thu, 22 Dec 1994 07:20:03 +0000 Subject: Removed bogus semicolon at end of a #define line. --- sys/net/if.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net/if.h') diff --git a/sys/net/if.h b/sys/net/if.h index 0174f97..53914f2 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 */ }; -- cgit v1.1