- (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should be

_BSD_INET_NTOP_H.  Pointed out by Mark Miller <markm@swoon.net>
This commit is contained in:
Ben Lindstrom 2001-08-09 00:56:52 +00:00
parent e991e3cf22
commit 113339e024
2 changed files with 9 additions and 5 deletions

View File

@ -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 <markm@swoon.net>
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 $

View File

@ -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 */