CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/21 09:34:51
Modified files:
sys/dev : softraid_aoe.c softraid_concat.c
softraid_raid0.c softraid_raid6.c
softraid_raidp.c
Log message:
Change a bunch of daddr_t variables that don't (obviously) contain
512-byte-block information to int64_t, the underlying type of
daddr_t at the moment. No change to .o files. Removal of now
unneeded (long long) casts is next.
