]> andersk Git - openssh.git/commitdiff
- (bal) Missed dead header in inet_ntoa.
authormouring <mouring>
Tue, 16 Sep 2003 17:23:29 +0000 (17:23 +0000)
committermouring <mouring>
Tue, 16 Sep 2003 17:23:29 +0000 (17:23 +0000)
ChangeLog
openbsd-compat/inet_ntoa.c

index d0ba554a973cd870e5d732f6cb0f6b438c5c8693..39e3a287cc17f9b82673944aa12ccf85c022734e 100644 (file)
--- 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
index e0384491d224c28da3be7483a06b213cf6cc426e..f9fdc9ee57dc20c8c087ec6964e6f99e93bee1f0 100644 (file)
@@ -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)
 {
This page took 0.090823 seconds and 5 git commands to generate.