mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:30:00 -04:00
tabified
This commit is contained in:
parent
05de675386
commit
38f0e0520c
1 changed files with 5 additions and 5 deletions
|
|
@ -48,7 +48,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/* $Id: gen-win32.h,v 1.13 2001/07/26 03:15:12 mayer Exp $ */
|
||||
/* $Id: gen-win32.h,v 1.14 2001/07/26 20:31:48 gson Exp $ */
|
||||
|
||||
/*
|
||||
* Principal Authors: Computer Systems Research Group at UC Berkeley
|
||||
|
|
@ -92,9 +92,9 @@ char *isc_commandline_progname; /* For printing error messages. */
|
|||
isc_boolean_t isc_commandline_errprint = ISC_TRUE;/* Print error messages. */
|
||||
isc_boolean_t isc_commandline_reset = ISC_TRUE; /* Reset processing. */
|
||||
|
||||
#define BADOPT '?'
|
||||
#define BADARG ':'
|
||||
#define ENDOPT ""
|
||||
#define BADOPT '?'
|
||||
#define BADARG ':'
|
||||
#define ENDOPT ""
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
|
|
@ -128,7 +128,7 @@ isc_commandline_parse(int argc, char * const *argv, const char *options) {
|
|||
|
||||
if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
|
||||
/*
|
||||
* Found '--' to signal end of options. Advance
|
||||
* Found '--' to signal end of options. Advance
|
||||
* index to next argv, the first non-option.
|
||||
*/
|
||||
isc_commandline_index++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue