mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make this compile with -Wall -Werror
This commit is contained in:
parent
e1f5bec4cc
commit
0ba6f08f0a
1 changed files with 2 additions and 1 deletions
|
|
@ -66,6 +66,7 @@ static char rcsid[] = "$FreeBSD$";
|
|||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/*
|
||||
* ASCII internet address interpretation routine.
|
||||
|
|
@ -98,7 +99,7 @@ inet_aton(cp, addr)
|
|||
u_long val;
|
||||
char *c;
|
||||
char *endptr;
|
||||
int base, gotend, n;
|
||||
int gotend, n;
|
||||
|
||||
c = (char *)cp;
|
||||
n = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue