As suggested by guenther@ and millert@, replace seek+[read|write] with
authorkrw <krw@openbsd.org>
Tue, 20 May 2014 21:11:16 +0000 (21:11 +0000)
committerkrw <krw@openbsd.org>
Tue, 20 May 2014 21:11:16 +0000 (21:11 +0000)
commit1593d282961bd0e20d5048eeabbd75daf8d13981
tree3068d2b0bbba8fdc476f2bb81055abed8aab42fe
parent5c9fb78e9f72f1a70bcdb1e91f9fdf346ba04155
As suggested by guenther@ and millert@, replace seek+[read|write] with
p[read|write].  Makes the code much clearer by eliminating extra error
checking and verbiage.

No intentional functional change.

Tweaks by and ok guenther@
bin/df/df.c
sbin/dump/traverse.c
sbin/fsck_ext2fs/utilities.c
sbin/fsck_ffs/utilities.c
sbin/ncheck_ffs/ncheck_ffs.c
sbin/quotacheck/quotacheck.c
sbin/tunefs/tunefs.c