Pull back some shell portability fixes from -portable to make future syncs
authordtucker <dtucker@openbsd.org>
Fri, 28 Apr 2017 04:00:14 +0000 (04:00 +0000)
committerdtucker <dtucker@openbsd.org>
Fri, 28 Apr 2017 04:00:14 +0000 (04:00 +0000)
commitdaf64d82420c35311adec020ed1d772abe5368cf
treee22b5ff145153a1161c531da7cc5d373444f6b54
parentba26acc67a4d7fe7aa816355a67cb271153a0b7d
Pull back some shell portability fixes from -portable to make future syncs
easier.  Note that this also changes the number of bytes skipped on "Bad
Packet" errors from 2 to 3 because the worst case is changing the high byte
of the length field in which case skipping 3 bytes is needed.  ok djm@
regress/usr.bin/ssh/integrity.sh