diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | openbsd-compat/inet_ntop.h | 8 |
2 files changed, 9 insertions, 5 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20010808 | ||
2 | - (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should be | ||
3 | _BSD_INET_NTOP_H. Pointed out by Mark Miller <markm@swoon.net> | ||
4 | |||
1 | 20010807 | 5 | 20010807 |
2 | - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in | 6 | - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in |
3 | openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back | 7 | openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back |
@@ -6270,4 +6274,4 @@ | |||
6270 | - Wrote replacements for strlcpy and mkdtemp | 6274 | - Wrote replacements for strlcpy and mkdtemp |
6271 | - Released 1.0pre1 | 6275 | - Released 1.0pre1 |
6272 | 6276 | ||
6273 | $Id: ChangeLog,v 1.1468 2001/08/07 22:29:07 tim Exp $ | 6277 | $Id: ChangeLog,v 1.1469 2001/08/09 00:56:52 mouring Exp $ |
diff --git a/openbsd-compat/inet_ntop.h b/openbsd-compat/inet_ntop.h index ab0f14835..c774df95c 100644 --- a/openbsd-compat/inet_ntop.h +++ b/openbsd-compat/inet_ntop.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* $Id: inet_ntop.h,v 1.3 2001/08/07 22:29:10 tim Exp $ */ | 1 | /* $Id: inet_ntop.h,v 1.4 2001/08/09 00:56:53 mouring Exp $ */ |
2 | 2 | ||
3 | #ifndef _BSD_RRESVPORT_H | 3 | #ifndef _BSD_INET_NTOP_H |
4 | #define _BSD_RRESVPORT_H | 4 | #define _BSD_INET_NTOP_H |
5 | 5 | ||
6 | #include "config.h" | 6 | #include "config.h" |
7 | 7 | ||
@@ -10,4 +10,4 @@ const char * | |||
10 | inet_ntop(int af, const void *src, char *dst, size_t size); | 10 | inet_ntop(int af, const void *src, char *dst, size_t size); |
11 | #endif /* !HAVE_INET_NTOP */ | 11 | #endif /* !HAVE_INET_NTOP */ |
12 | 12 | ||
13 | #endif /* _BSD_RRESVPORT_H */ | 13 | #endif /* _BSD_INET_NTOP_H */ |