CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2007/04/11 04:04:59
Modified files:
sys/dev/sdmmc : sdhc.c
Log message:
((cast)ptr)++ is not a valid lvalue, despite being tolerated
by gcc, so
replace the post-increment with a proper statement.
ok uwe