Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
7318a964
Commit
7318a964
authored
Oct 15, 2008
by
Mark Andrews
Browse files
constistant declaration of progname
parent
24a56e15
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/rndc/rndc-confgen.c
View file @
7318a964
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rndc-confgen.c,v 1.2
4
200
7/06/18 23:47:25 tbox
Exp $ */
/* $Id: rndc-confgen.c,v 1.2
5
200
8/10/15 03:03:57 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
;
...
...
bin/rndc/rndc.c
View file @
7318a964
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rndc.c,v 1.12
1
2008/
07/23 23:27
:5
4
marka Exp $ */
/* $Id: rndc.c,v 1.12
2
2008/
10/15 03:01
:5
9
marka Exp $ */
/*! \file */
...
...
@@ -61,7 +61,7 @@
#define SERVERADDRS 10
char
*
progname
;
const
char
*
progname
;
isc_boolean_t
verbose
;
static
const
char
*
admin_conffile
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment