author | Linus Torvalds <torvalds@osdl.org> | |
Mon, 1 Aug 2005 19:11:53 +0000 (12:11 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 1 Aug 2005 20:28:58 +0000 (13:28 -0700) | ||
commit | 4d8fa916c9ff89613234f41b9222a2b679bce5c3 | |
tree | 1cf1d200c1c5efeb14d2a7317a933f71e15b1c7c | tree | snapshot |
parent | 9b75e9fa7b2c9bae2d386a380e7f80a7b6c4462e | commit | diff |
[PATCH] Fix sparse warnings
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>
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>
daemon.c | diff | blob | history | |
rev-cache.c | diff | blob | history | |
server-info.c | diff | blob | history |