diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-29 18:48:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-29 18:48:54 +0000 |
commit | 04f9617075e5eb35478fc7d5c4cd6cc0e8980fb8 (patch) | |
tree | 9b42c0f9da9a8f7a733376957589c494c98a284b /lib/libc/rpc/clnt_udp.c | |
parent | a83ba9b304f4240402576d0d1314f1b728875871 (diff) |
typo
Diffstat (limited to 'lib/libc/rpc/clnt_udp.c')
-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); |