CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/04/25 00:15:17
Modified files:
sys/sys : disklabel.h
sys/dev/sun : disklabel.h
sys/arch/luna88k/luna88k: disksubr.c
sys/arch/sparc/sparc: disksubr.c
sys/arch/sparc64/sparc64: disksubr.c
sys/kern : subr_disk.c
Log message:
introducing a 64-bit type to the disklabel structure leads some architectures
to pad-align the size of the structure; it grows, the disklabel ioctl's are
break ABI. Change the uid to a character array. this also simplifies some
other stuff
ok jsing