From e12104839298a45ecba1dc0059494229a1bf51f3 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Tue, 16 Sep 2003 17:23:29 +0000 Subject: [PATCH] - (bal) Missed dead header in inet_ntoa. --- ChangeLog | 3 ++- openbsd-compat/inet_ntoa.c | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6d772746a..2815cea8e 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 e0384491d..f9fdc9ee5 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 #include #include -#include "inet_ntoa.h" char *inet_ntoa(struct in_addr in) {