]> andersk Git - openssh.git/commitdiff
[openbsd-compat/inet_ntoa.c] 20030917 "Sync with V_3_7 branch" undid
authortim <tim>
Wed, 17 Sep 2003 20:20:33 +0000 (20:20 +0000)
committertim <tim>
Wed, 17 Sep 2003 20:20:33 +0000 (20:20 +0000)
20030916 "Missed dead header in inet_ntoa.c"

ChangeLog
openbsd-compat/inet_ntoa.c

index 92ca107446b999423e9cf9ab55e5ec7576b00ddb..d35db44d18666bb156940a7863a90f3f4ec70591 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
      [buffer.c channels.c version.h]
      more malloc/fatal fixes; ok millert/deraadt; ghudson at MIT.EDU
  - (djm) Crank RPM spec file versions
+ - (tim) [openbsd-compat/inet_ntoa.c] 20030917 "Sync with V_3_7 branch" undid
+   20030916 "Missed dead header in inet_ntoa.c"
  
 20030916
  - (dtucker) [acconfig.h configure.ac defines.h session.c] Bug #252: Retrieve
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.042195 seconds and 5 git commands to generate.