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
80056496
Commit
80056496
authored
May 14, 2000
by
David Lawrence
Browse files
line 307: remark(1692): prototyped function redeclared without prototype.
Fixed.
parent
74cf566d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/lwres/getaddrinfo.c
View file @
80056496
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* The Berkeley Software Design Inc. software License Agreement specifies
* The Berkeley Software Design Inc. software License Agreement specifies
* the terms and conditions for redistribution.
* the terms and conditions for redistribution.
*
*
* BSDI $Id: getaddrinfo.c,v 1.1
6
2000/05/1
0
03:
33:56
tale Exp $
* BSDI $Id: getaddrinfo.c,v 1.1
7
2000/05/1
4
03:
26:31
tale Exp $
*/
*/
#include <config.h>
#include <config.h>
...
@@ -300,10 +300,8 @@ lwres_strsep(char **stringp, const char *delim) {
...
@@ -300,10 +300,8 @@ lwres_strsep(char **stringp, const char *delim) {
}
}
static
void
static
void
set_order
(
family
,
net_order
)
set_order
(
int
family
,
int
(
**
net_order
)(
const
char
*
,
int
,
struct
addrinfo
**
,
int
family
;
int
,
int
))
int
(
**
net_order
)(
const
char
*
,
int
,
struct
addrinfo
**
,
int
,
int
);
{
{
char
*
order
,
*
tok
;
char
*
order
,
*
tok
;
int
found
;
int
found
;
...
...
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