summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--openbsd-compat/inet_ntoa.c1
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d450a8553..bc5b49eea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
5 [buffer.c channels.c version.h] 5 [buffer.c channels.c version.h]
6 more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU 6 more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU
7 - (djm) Crank RPM spec file versions 7 - (djm) Crank RPM spec file versions
8 - (tim) [openbsd-compat/inet_ntoa.c] 20030917 "Sync with V_3_7 branch" undid
9 20030916 "Missed dead header in inet_ntoa.c"
8 10
920030916 1120030916
10 - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve 12 - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
@@ -1113,4 +1115,4 @@
1113 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1115 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1114 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1116 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1115 1117
1116$Id: ChangeLog,v 1.2999 2003/09/16 21:32:17 djm Exp $ 1118$Id: ChangeLog,v 1.3000 2003/09/17 20:20:33 tim 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
43#include <netinet/in.h> 43#include <netinet/in.h>
44#include <arpa/inet.h> 44#include <arpa/inet.h>
45#include <stdio.h> 45#include <stdio.h>
46#include "inet_ntoa.h"
47 46
48char *inet_ntoa(struct in_addr in) 47char *inet_ntoa(struct in_addr in)
49{ 48{