1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00

Removed bogus semicolon at end of a #define line.

This commit is contained in:
David Greenman 1994-12-22 07:20:03 +00:00
parent 6f7bc393bb
commit 511cdd1649
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5187

View File

@ -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 */
};