From c9e52be3f4d98943b67fbbe5d9a7ccd823b88326 Mon Sep 17 00:00:00 2001 From: hasso Date: Sun, 26 Sep 2004 16:09:34 +0000 Subject: Compiler warnings fixes. --- bgpd/bgp_aspath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bgpd/bgp_aspath.c') diff --git a/bgpd/bgp_aspath.c b/bgpd/bgp_aspath.c index d30ef4cc..bcb8f16f 100644 --- a/bgpd/bgp_aspath.c +++ b/bgpd/bgp_aspath.c @@ -136,7 +136,7 @@ aspath_make_str_count (struct aspath *as) struct assegment *assegment; int str_size = ASPATH_STR_DEFAULT_LEN; int str_pnt; - u_char *str_buf; + char *str_buf; int count = 0; /* Empty aspath. */ -- cgit v1.2.1