From 113339e024642f5480efe438d1ae462af356387a Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Thu, 9 Aug 2001 00:56:52 +0000 Subject: - (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should be _BSD_INET_NTOP_H. Pointed out by Mark Miller --- ChangeLog | 6 +++++- openbsd-compat/inet_ntop.h | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 46a8b2907..e8fd89869 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20010808 + - (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should be + _BSD_INET_NTOP_H. Pointed out by Mark Miller + 20010807 - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back @@ -6270,4 +6274,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1468 2001/08/07 22:29:07 tim Exp $ +$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 @@ -/* $Id: inet_ntop.h,v 1.3 2001/08/07 22:29:10 tim Exp $ */ +/* $Id: inet_ntop.h,v 1.4 2001/08/09 00:56:53 mouring Exp $ */ -#ifndef _BSD_RRESVPORT_H -#define _BSD_RRESVPORT_H +#ifndef _BSD_INET_NTOP_H +#define _BSD_INET_NTOP_H #include "config.h" @@ -10,4 +10,4 @@ const char * inet_ntop(int af, const void *src, char *dst, size_t size); #endif /* !HAVE_INET_NTOP */ -#endif /* _BSD_RRESVPORT_H */ +#endif /* _BSD_INET_NTOP_H */ -- cgit v1.2.3