- (bal) Missed dead header in inet_ntoa.
This commit is contained in:
parent
b925b4b82f
commit
e121048392
|
@ -8,6 +8,7 @@
|
|||
[buffer.c]
|
||||
do not expand buffer before attempting to reallocate it; markus ok
|
||||
- (tim) [configure.ac] Fix portability issues.
|
||||
- (bal) Missed dead header in inet_ntoa.c
|
||||
|
||||
20030914
|
||||
- (dtucker) [Makefile regress/Makefile] Fix portability issues preventing
|
||||
|
@ -1104,4 +1105,4 @@
|
|||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.2995 2003/09/16 05:40:49 tim Exp $
|
||||
$Id: ChangeLog,v 1.2996 2003/09/16 17:23:29 mouring Exp $
|
||||
|
|
|
@ -43,7 +43,6 @@ static char rcsid[] = "$OpenBSD: inet_ntoa.c,v 1.4 2003/06/02 20:18:35 millert E
|
|||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <stdio.h>
|
||||
#include "inet_ntoa.h"
|
||||
|
||||
char *inet_ntoa(struct in_addr in)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue