Roll back the hostname->uname change in rev 1.10. It turns out
authordtucker <dtucker@openbsd.org>
Fri, 5 Feb 2021 22:03:40 +0000 (22:03 +0000)
committerdtucker <dtucker@openbsd.org>
Fri, 5 Feb 2021 22:03:40 +0000 (22:03 +0000)
commit4570cd644ce77ef91b08e2a0090f0720be041869
treee8ab594d4f3c7c3c46e492fba11fa54797d7fb17
parent344f11213fd3cf6018ea488cb2dcaccec12640c6
Roll back the hostname->uname change in rev 1.10.  It turns out
uname -n doesn't do what we need for some platforms in portable,
so we'll fix the original problem (that some other platforms don't
have hostname at all) by providing wrapper function to implement
it.
regress/usr.bin/ssh/percent.sh