tree.h: Restore ability to generate static functions
authorJohn Marino <draco@marino.st>
Sat, 7 Nov 2015 23:42:43 +0000 (00:42 +0100)
committerJohn Marino <draco@marino.st>
Sat, 7 Nov 2015 23:42:43 +0000 (00:42 +0100)
commite62135578c2715e2d8242b4d6d6cf5595aacb732
tree8f1db2b99b02b6228b2d3f60dcac6ee17c64d573
parente243a4fb6cb6ec6b9187ab956680b37f79a0bd5c
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.
sys/sys/tree.h