From 03d52f8d6ccb4bcb17ab8d098468a8e112c910a4 Mon Sep 17 00:00:00 2001 From: hasso Date: Wed, 29 Sep 2004 00:26:19 +0000 Subject: Merge svn revision 1048 from Zebra cvs. Also add missing sokopt.h include to ospf6_network.h. --- ospf6d/ospf6_proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospf6d/ospf6_proto.c') diff --git a/ospf6d/ospf6_proto.c b/ospf6d/ospf6_proto.c index 5b47cf80..584382ae 100644 --- a/ospf6d/ospf6_proto.c +++ b/ospf6d/ospf6_proto.c @@ -70,7 +70,7 @@ ospf6_capability_printbuf (char capability, char *buf, int size) } void -ospf6_options_printbuf (char *options, char *buf, int size) +ospf6_options_printbuf (u_char *options, char *buf, int size) { char *dc, *r, *n, *mc, *e, *v6; dc = (OSPF6_OPT_ISSET (options, OSPF6_OPT_DC) ? "DC" : "--"); -- cgit v1.2.1