Declare strings passed to local_listen() as const. This makes it
authorbluhm <bluhm@openbsd.org>
Fri, 7 Sep 2018 09:55:29 +0000 (09:55 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 7 Sep 2018 09:55:29 +0000 (09:55 +0000)
commitfff8fe1412ad6d14cf640a7bb69aaf1d578ed980
tree40f8de71dc89a27d76bb42eca6c0d12ee18a7bb7
parent49243ffd484f75086607ca03f4bbb33b4b83b7ee
Declare strings passed to local_listen() as const.  This makes it
consistent to remote_connect() and getaddrinfo(3).
from Nan Xiao
usr.bin/nc/netcat.c