diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-05-19 11:37:01 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-05-19 11:37:01 +0000 |
commit | 4cc8db214e7d0cd1ee251b2911f21020c7deda58 (patch) | |
tree | e805d3bfa9992c89de8c30d5145beb920725655e /sys/dev/pci/if_em.h | |
parent | 757b5ac062ae44ec2edff9c36a5d01de68d93813 (diff) |
remove duplication, use ETHER_ALIGN from if_ether.h
Diffstat (limited to 'sys/dev/pci/if_em.h')
-rw-r--r-- | sys/dev/pci/if_em.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h index 1009d48fd42..2ca50df8bc9 100644 --- a/sys/dev/pci/if_em.h +++ b/sys/dev/pci/if_em.h @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ /*$FreeBSD: if_em.h,v 1.24 2003/11/14 18:02:24 pdeuskar Exp $*/ -/* $OpenBSD: if_em.h,v 1.5 2004/04/26 17:17:15 deraadt Exp $ */ +/* $OpenBSD: if_em.h,v 1.6 2004/05/19 11:37:00 brad Exp $ */ #ifndef _EM_H_DEFINED_ #define _EM_H_DEFINED_ @@ -195,7 +195,6 @@ POSSIBILITY OF SUCH DAMAGE. #define MAX_NUM_MULTICAST_ADDRESSES 128 #define PCI_ANY_ID (~0U) -#define ETHER_ALIGN 2 /* Defines for printing debug information */ #define DEBUG_INIT 0 |