summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-08-09 00:56:52 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-08-09 00:56:52 +0000
commit113339e024642f5480efe438d1ae462af356387a (patch)
treec897994920c35cc6193c639ea495be2a214ff211
parente991e3cf221c9f898b7ec0c5e7492bb1202cefc4 (diff)
- (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should be
_BSD_INET_NTOP_H. Pointed out by Mark Miller <markm@swoon.net>
-rw-r--r--ChangeLog6
-rw-r--r--openbsd-compat/inet_ntop.h8
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 @@
120010808
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
120010807 520010807
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 *
10inet_ntop(int af, const void *src, char *dst, size_t size); 10inet_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 */