Stop "dd if=/dev/zero of=/dev/null bs=1 count=2 skip=0x7fffffffffffffff"
authorschwarze <schwarze@openbsd.org>
Wed, 3 Jan 2018 19:12:20 +0000 (19:12 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 3 Jan 2018 19:12:20 +0000 (19:12 +0000)
commit153396c3cab78351979eb570010acadde1497690
tree9a8d7e62017691241ee1de2bb1af6681c9d54558
parente7d7d40dc59c342bce538139bdf82afdb86eadb4
Stop "dd if=/dev/zero of=/dev/null bs=1 count=2 skip=0x7fffffffffffffff"
from erroring out with "dd: skip: Undefined error: 0", mostly for
consistency and to avoid the unidiomatic, wrong looking code.
Patch from Bulat Musin <mbulatka at yandex dot ru>.
OK guenther@ millert@
bin/dd/args.c