git: tree.h: Restore ability to generate static functions
John Marino
marino at crater.dragonflybsd.org
Sat Nov 7 15:44:49 PST 2015
commit e62135578c2715e2d8242b4d6d6cf5595aacb732
Author: John Marino <draco at marino.st>
Date: Sun Nov 8 00:42:43 2015 +0100
tree.h: Restore ability to generate static functions
These two functions were hardcodes as "static" before the previous
commit which removed the qualifier. Instead, "static" should have
been changed to the the STORQUAL macro argument.
Doing so now fixes static RB function generation.
Summary of changes:
sys/sys/tree.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e62135578c2715e2d8242b4d6d6cf5595aacb732
--
DragonFly BSD source repository
More information about the Commits
mailing list