diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-03 21:31:22 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-03 21:31:22 +0000 |
commit | 7044253f3ff41aead8c2192f35d5710244549e89 (patch) | |
tree | af50029b4e7ae122ea8165a0ae651961f1c21029 /openbsd-compat | |
parent | e6b3b7ba6621fe51eb53bc23378c61400099b4ed (diff) | |
download | openssh-git-7044253f3ff41aead8c2192f35d5710244549e89.tar.gz |
- (bal) I think this is the last of the bsd-*.h that don't belong.
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/inet_ntoa.c | 2 | ||||
-rw-r--r-- | openbsd-compat/strtok.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/inet_ntoa.c b/openbsd-compat/inet_ntoa.c index fe5539be..8a8b3c84 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) { diff --git a/openbsd-compat/strtok.c b/openbsd-compat/strtok.c index d197734c..6ce6f9a3 100644 --- a/openbsd-compat/strtok.c +++ b/openbsd-compat/strtok.c @@ -35,7 +35,7 @@ #ifndef HAVE_STRTOK_R -#include "bsd-strtok.h" +#include "strtok.h" #if defined(LIBC_SCCS) && !defined(lint) static char *rcsid = "$OpenBSD: strtok.c,v 1.3 1999/11/09 11:19:46 art Exp $"; |