From b1462253851ab8c1f6dde48bb7796b15d3f38253 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 19 Oct 2012 14:29:03 +0000 Subject: Add missing const keywords. --- sbin/natd/natd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/natd') diff --git a/sbin/natd/natd.c b/sbin/natd/natd.c index 3dbfef0..631791b 100644 --- a/sbin/natd/natd.c +++ b/sbin/natd/natd.c @@ -1330,7 +1330,7 @@ static void ParseOption (const char* option, const char* parms) struct in_addr addrValue; int max; char* end; - CODE* fac_record = NULL; + const CODE* fac_record = NULL; /* * Find option from table. */ -- cgit v1.1