summaryrefslogtreecommitdiffstats
path: root/lib/libc/inet
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2007-06-03 17:02:29 +0000
committerume <ume@FreeBSD.org>2007-06-03 17:02:29 +0000
commit09efba1c33e3e58c865d7f628c4f48e47d74bcd0 (patch)
tree37db930e1836f041765b4901eb81bf8111d6b91c /lib/libc/inet
parent8117f4670d71143e1101ea105a8889f90ffcb4e6 (diff)
parent50b2307361fc1eba9b79963194fda27849a4994c (diff)
downloadFreeBSD-src-09efba1c33e3e58c865d7f628c4f48e47d74bcd0.zip
FreeBSD-src-09efba1c33e3e58c865d7f628c4f48e47d74bcd0.tar.gz
This commit was generated by cvs2svn to compensate for changes in r170242,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'lib/libc/inet')
-rw-r--r--lib/libc/inet/inet_cidr_ntop.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/inet/inet_cidr_ntop.c b/lib/libc/inet/inet_cidr_ntop.c
index b25dc82..645b3cd 100644
--- a/lib/libc/inet/inet_cidr_ntop.c
+++ b/lib/libc/inet/inet_cidr_ntop.c
@@ -16,7 +16,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.1.2.1.8.4 2006/10/11 02:32:50 marka Exp $";
+static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.4.18.3 2006/10/11 02:32:47 marka Exp $";
#endif
#include "port_before.h"
@@ -45,7 +45,7 @@ inet_cidr_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size);
static char *
inet_cidr_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size);
-/*
+/*%
* char *
* inet_cidr_ntop(af, src, bits, dst, size)
* convert network address from network to presentation format.
@@ -92,7 +92,7 @@ decoct(const u_char *src, int bytes, char *dst, size_t size) {
return (dst - odst);
}
-/*
+/*%
* static char *
* inet_cidr_ntop_ipv4(src, bits, dst, size)
* convert IPv4 network address from network to presentation format.
@@ -259,3 +259,5 @@ inet_cidr_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size) {
strcpy(dst, tmp);
return (dst);
}
+
+/*! \file */
OpenPOWER on IntegriCloud