]> git.hungrycats.org Git - linux/commit
[PATCH] missing static in lib_vsprinf.c
authorAndrey Panin <pazke@orbita1.ru>
Mon, 15 Jul 2002 05:50:44 +0000 (22:50 -0700)
committerJames Morris <jmorris@intercode.com.au>
Mon, 15 Jul 2002 05:50:44 +0000 (22:50 -0700)
commit4f9d4cefbc3f4d89b41956b438273279543710dc
tree4a94495029164aefd157260fe80ec2c7b13b18dd
parent515d3aa41de3597a59fafbb68055b74833b0fb71
[PATCH] missing static in lib_vsprinf.c

 attached patch adds missing static modifiers for small_digits[] and
 large_digits[] arrays in the number() function from lib/vsprintf.c

 Patch against 2.5.25, should apply to 2.4.x.
 Please consider applying.
lib/vsprintf.c