constistant declaration of progname. [RT #18196]
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user