summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--openbsd-compat/inet_ntoa.c1
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d772746..2815cea8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $
diff --git a/openbsd-compat/inet_ntoa.c b/openbsd-compat/inet_ntoa.c
index e0384491..f9fdc9ee 100644
--- a/openbsd-compat/inet_ntoa.c
+++ b/openbsd-compat/inet_ntoa.c
@@ -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)
{