diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-08-07 18:49:18 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-08-07 18:49:18 +0000 |
commit | 238497fc85332bb8bb9cb3245d3f691500190559 (patch) | |
tree | fefd446df957e591658f3aaf40263538f5176944 /isisd/dict.c | |
parent | e95537f0495401c0dd86669d096387e5cdddf8e0 (diff) |
[isisd] Add support for Solaris DLPI
2007-08-07 James Carlson <james.d.carlson@sun.com>
* configure.ac: Added support for separate link-layer access
mechanisms in isisd.
* isis_network.c: split up into isis_bpf.c, isis_dlpi.c, and
isis_pfpacket.c, selected by autoconf, and added DLPI support.
* (general) Fixed to allow compilation and use on Solaris.
Diffstat (limited to 'isisd/dict.c')
-rw-r--r-- | isisd/dict.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/isisd/dict.c b/isisd/dict.c index a333d3ef..6c3e1e7f 100644 --- a/isisd/dict.c +++ b/isisd/dict.c @@ -14,12 +14,13 @@ * into proprietary software; there is no requirement for such software to * contain a copyright notice related to this source. * - * $Id: dict.c,v 1.4 2005/09/25 12:04:25 hasso Exp $ - * $Name: $ + * $Id$ + * $Name$ */ #include <stdlib.h> #include <stddef.h> +#include "zebra.h" #include "zassert.h" #define DICT_IMPLEMENTATION #include "dict.h" |