From ea7a5cc4b80665ac17f234cbb7c1d36b10c5f854 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 23 Jan 2007 12:10:07 +0000 Subject: Fix warning about lost const pointer attribute. --- axutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'axutils.c') diff --git a/axutils.c b/axutils.c index 62f1660..b69a910 100644 --- a/axutils.c +++ b/axutils.c @@ -130,7 +130,7 @@ int ax25_aton(const char *call, struct full_sockaddr_ax25 *sax) int ax25_aton_arglist(const char *call[], struct full_sockaddr_ax25 *sax) { - char *bp; + const char *bp; char *addrp; int n = 0; int argp = 0; -- cgit v1.2.3