CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/03/31 05:37:40
Modified files:
sys/dev : softraid.c softraid_aoe.c softraid_crypto.c
softraidvar.h
Log message:
The return value of sd_free_resources() is never checked and all of the
implementations only ever returned zero. Change the return value from
int to void instead of pretending it might mean something.
