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
089b7bf0
Commit
089b7bf0
authored
Jun 28, 2000
by
Brian Wellington
Browse files
a missing #include "assert_p.h" caused a compile failure.
parent
3f358cfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/lwres/lwinetaton.c
View file @
089b7bf0
...
...
@@ -70,7 +70,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static
char
sccsid
[]
=
"@(#)inet_addr.c 8.1 (Berkeley) 6/17/93"
;
static
char
rcsid
[]
=
"$Id: lwinetaton.c,v 1.
6
2000/06/2
7 18:02:1
2 bwelling Exp $"
;
static
char
rcsid
[]
=
"$Id: lwinetaton.c,v 1.
7
2000/06/2
8 22:57:4
2 bwelling Exp $"
;
#endif
/* LIBC_SCCS and not lint */
#include
<config.h>
...
...
@@ -82,6 +82,8 @@ static char rcsid[] = "$Id: lwinetaton.c,v 1.6 2000/06/27 18:02:12 bwelling Exp
#include
<lwres/int.h>
#include
<lwres/net.h>
#include
"assert_p.h"
/*
* Check whether "cp" is a valid ascii representation
* of an Internet address and convert to a binary address.
...
...
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