git: DragonFly_RELEASE_3_0 objformat - Duplicate NELEM() macro
Samuel Greear
sjg at crater.dragonflybsd.org
Sun Feb 12 10:57:59 PST 2012
commit ff5f4391668147d9be7f2256b10f25da82e80f8e
Author: Samuel J. Greear <sjg at thesjg.com>
Date: Sun Feb 12 11:24:26 2012 -0700
objformat - Duplicate NELEM() macro
* Fix buildworld on DragonFly hosts built before Dec 18, 2010 (2.9).
* NELEM() macro was added to sys/param.h on Dec 18, 2010 and objformat was
made to use it on May 20, 2011. This broke upgrades for machines running a
DragonFly version built prior to Dec 18, 2010 since objformat is built with
the hosts headers as part of the cross tools stage.
Summary of changes:
usr.bin/objformat/objformat.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ff5f4391668147d9be7f2256b10f25da82e80f8e
--
DragonFly BSD source repository
More information about the Commits
mailing list