Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: thorpej
Date: Wed Nov 12 22:50:22 UTC 2008
Modified Files:
src/sbin/gpt: gpt.h
src/sys/sys: disklabel_gpt.h
Log Message:
Don't use sizeof(struct gpt_hdr). It will pad the structure on x86-64,
which causes some systems to reject the GPT.
kern/38997
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sbin/gpt/gpt.h
cvs rdiff -r1.6 -r1.7 src/sys/sys/disklabel_gpt.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index