diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-03 22:31:22 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-03 22:31:22 +0100 |
commit | 7044253f3ff41aead8c2192f35d5710244549e89 (patch) | |
tree | af50029b4e7ae122ea8165a0ae651961f1c21029 /openbsd-compat/inet_ntoa.c | |
parent | - (bal) Minor Makefile.in tweak. dirname may not exist on some (diff) | |
download | openssh-7044253f3ff41aead8c2192f35d5710244549e89.tar.xz openssh-7044253f3ff41aead8c2192f35d5710244549e89.zip |
- (bal) I think this is the last of the bsd-*.h that don't belong.
Diffstat (limited to 'openbsd-compat/inet_ntoa.c')
-rw-r--r-- | openbsd-compat/inet_ntoa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/inet_ntoa.c b/openbsd-compat/inet_ntoa.c index fe5539be0..8a8b3c846 100644 --- a/openbsd-compat/inet_ntoa.c +++ b/openbsd-compat/inet_ntoa.c @@ -47,7 +47,7 @@ static char rcsid[] = "$OpenBSD: inet_ntoa.c,v 1.2 1996/08/19 08:29:16 tholo Exp #include <netinet/in.h> #include <arpa/inet.h> #include <stdio.h> -#include "bsd-inet_ntoa.h" +#include "inet_ntoa.h" char *inet_ntoa(struct in_addr in) { |