diff options
author | hasso <hasso> | 2004-09-29 02:26:19 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-09-29 02:26:19 +0200 |
commit | 03d52f8d6ccb4bcb17ab8d098468a8e112c910a4 (patch) | |
tree | 7bc2e2b3738923597bbab593029152b5bceff8e1 /ospf6d/ospf6_proto.c | |
parent | I think that it's better to report bugs into Bugzilla. (diff) | |
download | frr-03d52f8d6ccb4bcb17ab8d098468a8e112c910a4.tar.xz frr-03d52f8d6ccb4bcb17ab8d098468a8e112c910a4.zip |
Merge svn revision 1048 from Zebra cvs. Also add missing sokopt.h include
to ospf6_network.h.
Diffstat (limited to 'ospf6d/ospf6_proto.c')
-rw-r--r-- | ospf6d/ospf6_proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_proto.c b/ospf6d/ospf6_proto.c index 5b47cf80a..584382ae5 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" : "--"); |