From 40af959da8cb9f86c4d4f1cec41369ce54843572 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sat, 23 May 2009 15:35:11 +0000 Subject: Remove redefinition of ETHER_ADDR_LEN. --- sys/dev/isa/if_exreg.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/dev/isa/if_exreg.h') diff --git a/sys/dev/isa/if_exreg.h b/sys/dev/isa/if_exreg.h index 2e1a48084dc..8425fb5f262 100644 --- a/sys/dev/isa/if_exreg.h +++ b/sys/dev/isa/if_exreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_exreg.h,v 1.3 2007/10/21 02:25:27 brad Exp $ */ +/* $OpenBSD: if_exreg.h,v 1.4 2009/05/23 15:35:10 jsg Exp $ */ /* * Copyright (c) 1996, Javier Martín Rueda (jmrueda@diatel.upm.es) * All rights reserved. @@ -34,8 +34,6 @@ * Several constants. */ -/* Length of an ethernet address. */ -#define ETHER_ADDR_LEN 6 /* Default RAM size in board. */ #define CARD_RAM_SIZE 0x8000 /* Number of I/O ports used. */ -- cgit v1.2.3