Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
5567c75d
Commit
5567c75d
authored
Apr 13, 2004
by
Mark Andrews
Browse files
add description for RES_NO_NIBBLE2
parent
56d61bf8
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/bind/resolv/res_debug.c
View file @
5567c75d
...
...
@@ -95,7 +95,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static
const
char
sccsid
[]
=
"@(#)res_debug.c 8.1 (Berkeley) 6/4/93"
;
static
const
char
rcsid
[]
=
"$Id: res_debug.c,v 1.1
1
2004/04/1
0
0
3:47:09
marka Exp $"
;
static
const
char
rcsid
[]
=
"$Id: res_debug.c,v 1.1
2
2004/04/1
3
0
7:19:18
marka Exp $"
;
#endif
/* LIBC_SCCS and not lint */
#include "port_before.h"
...
...
@@ -625,7 +625,9 @@ p_option(u_long option) {
#ifdef RES_NOTLDQUERY
case
RES_NOTLDQUERY
:
return
"no-tld-query"
;
#endif
#ifdef RES_NO_NIBBLE2
case
RES_NO_NIBBLE2
:
return
"no-nibble2"
;
#endif
/* XXX nonreentrant */
default:
sprintf
(
nbuf
,
"?0x%lx?"
,
(
u_long
)
option
);
return
(
nbuf
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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