]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
constistant declaration of progname. [RT #18196]
authorMark Andrews <marka@isc.org>
Wed, 15 Oct 2008 03:07:19 +0000 (03:07 +0000)
committerMark Andrews <marka@isc.org>
Wed, 15 Oct 2008 03:07:19 +0000 (03:07 +0000)
bin/rndc/rndc-confgen.c
bin/rndc/rndc.c

index 0764104ffa2226237668061ca26dd4ab07718985..377210fca99551b8bcd97b7b9edfeef76d8eae1a 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc-confgen.c,v 1.18.18.3 2005/04/29 00:15:40 marka Exp $ */
+/* $Id: rndc-confgen.c,v 1.18.18.4 2008/10/15 03:07:19 marka Exp $ */
 
 /*! \file */
 
@@ -62,7 +62,7 @@
 #define DEFAULT_PORT           953
 
 static char program[256];
-char *progname;
+const char *progname;
 
 isc_boolean_t verbose = ISC_FALSE;
 
index 72fbf064a97b0f16cb3cd13a1e092360e1bb32bf..772cc2975ca1914672ebbebdda94968d33663edc 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc.c,v 1.96.18.20 2008/07/23 23:33:02 marka Exp $ */
+/* $Id: rndc.c,v 1.96.18.21 2008/10/15 03:07:19 marka Exp $ */
 
 /*! \file */
 
@@ -61,7 +61,7 @@
 
 #define SERVERADDRS 10
 
-char *progname;
+const char *progname;
 isc_boolean_t verbose;
 
 static const char *admin_conffile;