CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/05/20 15:11:16
Modified files:
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
Log message:
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@