Date: Thu, 4 Apr 2002 12:34:49 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys disklabel.h src/sys/kern sys_generic.c Message-ID: <200204042034.g34KYne41131@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/04/04 12:34:49 PST Modified files: sys/sys disklabel.h sys/kern sys_generic.c Log: Delete the bogus d_boot[01] fields from struct disklabel. This shrinks the size 4 bytes on alpha, down to the same 276 bytes as all other platforms. Construct a hack to make old ioctls work on new kernels. Once world is recompiled only the new and correct sysctls will be used. This hack will become annoying around 1st of may to make people rebuild their worlds and it will be gone before 5.0. Revision Changes Path 1.96 +14 -0 src/sys/kern/sys_generic.c 1.79 +19 -18 src/sys/sys/disklabel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204042034.g34KYne41131>