diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2003-09-16 19:23:29 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2003-09-16 19:23:29 +0200 |
commit | e12104839298a45ecba1dc0059494229a1bf51f3 (patch) | |
tree | 50a783f0b08a58657d5a04490e11c2e447664869 /openbsd-compat | |
parent | [configure.ac] Fix portability issues. (diff) | |
download | openssh-e12104839298a45ecba1dc0059494229a1bf51f3.tar.xz openssh-e12104839298a45ecba1dc0059494229a1bf51f3.zip |
- (bal) Missed dead header in inet_ntoa.
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/inet_ntoa.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <netinet/in.h> #include <arpa/inet.h> #include <stdio.h> -#include "inet_ntoa.h" char *inet_ntoa(struct in_addr in) { |