Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
7eab3201
Commit
7eab3201
authored
Feb 04, 2000
by
Bob Halley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include <stddef.h> so we have NULL. Ugh.
parent
5b64759e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lib/lwres/lwinetaton.c
lib/lwres/lwinetaton.c
+3
-1
No files found.
lib/lwres/lwinetaton.c
View file @
7eab3201
...
...
@@ -70,13 +70,15 @@
#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.
1
2000/02/04 06:
02:50
halley Exp $"
;
static
char
rcsid
[]
=
"$Id: lwinetaton.c,v 1.
2
2000/02/04 06:
50:06
halley Exp $"
;
#endif
/* LIBC_SCCS and not lint */
#include <config.h>
#include <ctype.h>
#include <stddef.h>
#include <lwres/int.h>
#include <lwres/net.h>
...
...
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