Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/net fix signature according to TOG.



details:   https://anonhg.NetBSD.org/src/rev/75b5c7b77fc9
branches:  trunk
changeset: 777779:75b5c7b77fc9
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 04 03:23:35 2012 +0000

description:
fix signature according to TOG.

diffstat:

 lib/libc/net/getnameinfo.3 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 3720e2ff1913 -r 75b5c7b77fc9 lib/libc/net/getnameinfo.3
--- a/lib/libc/net/getnameinfo.3        Sun Mar 04 00:36:43 2012 +0000
+++ b/lib/libc/net/getnameinfo.3        Sun Mar 04 03:23:35 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getnameinfo.3,v 1.37 2010/03/22 19:30:54 joerg Exp $
+.\"    $NetBSD: getnameinfo.3,v 1.38 2012/03/04 03:23:35 christos Exp $
 .\"    $KAME: getnameinfo.3,v 1.37 2005/01/05 03:23:05 itojun Exp $
 .\"    $OpenBSD: getnameinfo.3,v 1.36 2004/12/21 09:48:20 jmc Exp $
 .\"
@@ -17,7 +17,7 @@
 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 .\" PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd March 21, 2005
+.Dd March 3, 2012
 .Dt GETNAMEINFO 3
 .Os
 .Sh NAME
@@ -27,8 +27,8 @@
 .In netdb.h
 .Ft int
 .Fn getnameinfo "const struct sockaddr * restrict sa" "socklen_t salen" \
-    "char * restrict host" "size_t hostlen" "char * restrict serv" \
-    "size_t servlen" "int flags"
+    "char * restrict host" "socklen_t hostlen" "char * restrict serv" \
+    "socklen_t servlen" "int flags"
 .Sh DESCRIPTION
 The
 .Fn getnameinfo



Home | Main Index | Thread Index | Old Index