constistant declaration of progname. [RT #18196]

This commit is contained in:
Mark Andrews
2008-10-15 03:06:21 +00:00
parent 7fab106975
commit bebecf1811
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rndc-confgen.c,v 1.24 2007/06/18 23:47:25 tbox Exp $ */
/* $Id: rndc-confgen.c,v 1.24.128.1 2008/10/15 03:06:21 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;

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rndc.c,v 1.118.128.3 2008/07/23 23:31:17 marka Exp $ */
/* $Id: rndc.c,v 1.118.128.4 2008/10/15 03:06:21 marka Exp $ */
/*! \file */
@@ -61,7 +61,7 @@
#define SERVERADDRS 10
char *progname;
const char *progname;
isc_boolean_t verbose;
static const char *admin_conffile;