CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2009/08/17 17:27:57
Modified files: sys/arch/socppc/socppc: disksubr.c Log message: fix readdpmelabel() declaration since the definition was changed from returning char* to int, last char* return removed as well (cleanup after deraadt@ commit, it compiles now) while there initialize hfspartend to some sane value (sync with macppc version) ok kettenis@