CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/01 10:47:24
Modified files:
sys/arch/amd64/amd64: disksubr.c
sys/arch/i386/i386: disksubr.c
Log message:
Always call readdoslabel() before readgptlabel(). Doubly always call them
in the same order. Fix writedisklabel() to follow these simple rules.
ok kettenis@
