CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2018/01/03 12:12:20
Modified files: bin/dd : args.c Log message: 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@