DragonFly-2.3.0.803.gc4b81a master sys/sys assym.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Apr 25 10:44:22 PDT 2009
commit c4b81afc2638e5b2a17902644721fc0594615287
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Apr 24 17:11:10 2009 -0700
Add a dummy offset to the arrays generated by genassym to avoid ary[0]
The dummy offset avoids the generation of dummy arrays of size zero.
This whole code path is a hack, but after a lot of messing around
Alex and I determined that it was easier to hack it then to try to
redo the code due to complications introduced by cross-compiled
environments.
Submitted-by: Alex Hornung <ahornung at gmail.com>
Summary of changes:
sys/sys/assym.h | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c4b81afc2638e5b2a17902644721fc0594615287
--
DragonFly BSD source repository
More information about the Commits
mailing list