diff options
author | hasso <hasso> | 2004-05-19 11:38:40 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-05-19 11:38:40 +0000 |
commit | b6dccd773bda5df2e624370bce1f1e9ff930c945 (patch) | |
tree | b9b83eeb29b19a93d3a569fb8c68d40cc1a36766 /isisd/isis_adjacency.c | |
parent | 7c98e4d975cfe99d702a54a7a901323c3899417f (diff) | |
download | quagga-b6dccd773bda5df2e624370bce1f1e9ff930c945.tar.bz2 quagga-b6dccd773bda5df2e624370bce1f1e9ff930c945.tar.xz |
Make it compile in NetBSD and OpenBSD.
Diffstat (limited to 'isisd/isis_adjacency.c')
-rw-r--r-- | isisd/isis_adjacency.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/isisd/isis_adjacency.c b/isisd/isis_adjacency.c index d11e32e3..86fed1d9 100644 --- a/isisd/isis_adjacency.c +++ b/isisd/isis_adjacency.c @@ -25,8 +25,6 @@ #include <limits.h> #include <string.h> #include <zebra.h> -#include <net/ethernet.h> - #include "log.h" #include "memory.h" |