diff options
author | Damien Miller <djm@mindrot.org> | 2003-09-19 16:55:01 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-09-19 16:55:01 +1000 |
commit | 4dd222cb8747903750eea47be63305cfc9f1a483 (patch) | |
tree | df971d6e36794bdefd4b43e2102155ec4eaf007a | |
parent | 7b92600e9b27d76e8bff22297f659d472aa62b36 (diff) |
- (djm) Bug #680: Remove missing inet_ntoa.h header reference
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | openbsd-compat/inet_ntoa.c | 1 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,7 @@ | |||
1 | 20030919 | 1 | 20030919 |
2 | - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; | 2 | - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; |
3 | djast AT cs.toronto.edu | 3 | djast AT cs.toronto.edu |
4 | - (djm) Bug #680: Remove missing inet_ntoa.h header reference | ||
4 | 5 | ||
5 | 20030918 | 6 | 20030918 |
6 | - (djm) Bug #652: Fix empty password auth | 7 | - (djm) Bug #652: Fix empty password auth |
@@ -1122,4 +1123,4 @@ | |||
1122 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1123 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1123 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1124 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1124 | 1125 | ||
1125 | $Id: ChangeLog,v 1.2994.2.8 2003/09/19 06:31:31 djm Exp $ | 1126 | $Id: ChangeLog,v 1.2994.2.9 2003/09/19 06:55:01 djm 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 | ||
48 | char *inet_ntoa(struct in_addr in) | 47 | char *inet_ntoa(struct in_addr in) |
49 | { | 48 | { |