diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-02-08 15:41:53 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-02-08 15:41:53 +0000 |
commit | 0176ba1f99bca2813691851338d21333f79877a1 (patch) | |
tree | 545b52455bafef6ae54a03aa03a25034dc6b5adb | |
parent | a7c9221ac4d87afb728f449b7b0eec430ac4b682 (diff) |
don't define struct ether_addr here, it was moved to compat/ether.h
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@626 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nslcd/ether.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nslcd/ether.c b/nslcd/ether.c index 3cfbc9e..53d4716 100644 --- a/nslcd/ether.c +++ b/nslcd/ether.c @@ -39,12 +39,6 @@ #include "attmap.h" #include "compat/ether.h" -#ifndef HAVE_STRUCT_ETHER_ADDR -struct ether_addr { - uint8_t ether_addr_octet[6]; -}; -#endif - /* ( nisSchema.2.11 NAME 'ieee802Device' SUP top AUXILIARY * DESC 'A device with a MAC address; device SHOULD be * used as a structural class' |