summaryrefslogtreecommitdiffstats
path: root/sys/net/if_mib.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-12-18 19:36:01 +0000
committerbde <bde@FreeBSD.org>1996-12-18 19:36:01 +0000
commita9e84f99f0b25faf3d511893f86d13cdd7a78d20 (patch)
treed7014d59099e9ca5cbecacfff40a5844db0efe2b /sys/net/if_mib.h
parentf9adc40824fcb43a41eadc9d25034693f3d6cc89 (diff)
downloadFreeBSD-src-a9e84f99f0b25faf3d511893f86d13cdd7a78d20.zip
FreeBSD-src-a9e84f99f0b25faf3d511893f86d13cdd7a78d20.tar.gz
Fixed pedantic syntax error.
Diffstat (limited to 'sys/net/if_mib.h')
-rw-r--r--sys/net/if_mib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_mib.h b/sys/net/if_mib.h
index 5c46fde..e81b1e2 100644
--- a/sys/net/if_mib.h
+++ b/sys/net/if_mib.h
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_mib.h,v 1.1 1996/07/30 19:17:01 wollman Exp $
+ * $Id: if_mib.h,v 1.2 1996/08/28 18:32:19 wollman Exp $
*/
#ifndef _NET_IF_MIB_H
@@ -124,7 +124,7 @@ enum dot3Vendors {
dot3VendorNational = 4,
dot3VendorFujitsu = 5,
dot3VendorDigital = 6,
- dot3VendorWesternDigital = 7,
+ dot3VendorWesternDigital = 7
};
/* Driver writers! Add your chipsets here! */
OpenPOWER on IntegriCloud