diff options
author | ru <ru@FreeBSD.org> | 2005-11-23 16:07:54 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-11-23 16:07:54 +0000 |
commit | f0442273f18d1493f7da5f6d6ba0782bbcee32c8 (patch) | |
tree | 838c6897f9caa570b748700fd8457087c8644112 /lib/libc/net | |
parent | 07eeed1e1c47276ea84829f9f875fb5f82008296 (diff) | |
download | FreeBSD-src-f0442273f18d1493f7da5f6d6ba0782bbcee32c8.zip FreeBSD-src-f0442273f18d1493f7da5f6d6ba0782bbcee32c8.tar.gz |
Fix inet6_opt_get_val() prototype.
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/inet6_opt_init.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/inet6_opt_init.3 b/lib/libc/net/inet6_opt_init.3 index fdfe93e..6713468 100644 --- a/lib/libc/net/inet6_opt_init.3 +++ b/lib/libc/net/inet6_opt_init.3 @@ -58,7 +58,7 @@ .Ft "int" .Fn inet6_opt_find "void *extbuf" "socklen_t extlen" "int offset" "u_int8_t type" "socklen_t *lenp" "void **databufp" .Ft "int" -.Fn inet6_opt_get_val "void *databuf" "socklen_t offset" "void *val" "socklen_t vallen" +.Fn inet6_opt_get_val "void *databuf" "int offset" "void *val" "socklen_t vallen" .\" .Sh DESCRIPTION Building and parsing the Hop-by-Hop and Destination options is |