diff options
author | 1996-06-29 18:48:53 +0000 | |
---|---|---|
committer | 1996-06-29 18:48:53 +0000 | |
commit | 46a09de7f6a055b197f31eff7ee91160ea29fdf3 (patch) | |
tree | c10f03ba9b4711e5c43d16ee67690f916e2fa954 /lib/libc | |
parent | fix multiple invocations; from tlb@viaweb.com (diff) | |
download | wireguard-openbsd-46a09de7f6a055b197f31eff7ee91160ea29fdf3.tar.xz wireguard-openbsd-46a09de7f6a055b197f31eff7ee91160ea29fdf3.zip |
typo
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/rpc/clnt_udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/clnt_udp.c b/lib/libc/rpc/clnt_udp.c index 9c52f52bc77..309162f8082 100644 --- a/lib/libc/rpc/clnt_udp.c +++ b/lib/libc/rpc/clnt_udp.c @@ -176,7 +176,7 @@ clntudp_bufcreate(raddr, program, version, wait, sockp, sendsz, recvsz) rpc_createerr.cf_error.re_errno = errno; goto fooy; } - /* attempt to bind to prov port */ + /* attempt to bind to priv port */ (void)bindresvport(*sockp, (struct sockaddr_in *)0); /* the sockets rpc controls are non-blocking */ (void)ioctl(*sockp, FIONBIO, (char *) &dontblock); |