CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/05 15:03:40
Modified files:
regress/usr.bin/ssh: percent.sh
Log message:
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.
