[PATCH] Fix sparse warnings
authorLinus Torvalds <torvalds@osdl.org>
Mon, 1 Aug 2005 19:11:53 +0000 (12:11 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 1 Aug 2005 20:28:58 +0000 (13:28 -0700)
A few sparse warnings have crept in again since I checked last time:
undeclared variables with global scope.

Fix them by marking the private variables properly "static".

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found