diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-10 13:39:35 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-10 13:39:35 +0000 |
commit | a834b98232803a4181451b57c1b87669bde213b3 (patch) | |
tree | bfa774008ff46dcab2d8cb5f7204f7161c87d7e8 /lib | |
parent | 152cf6325d3b1b0383d9c36fab9243005e4ea456 (diff) |
fix compiler warning
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2437,7 +2437,7 @@ get_pathname(const char **cpp, char **path) { const char *cp = *cpp, *end; char quot; - u_int i, j; + unsigned int i, j; static const char * const WHITESPACE = " \t\r\n"; cp += strspn(cp, WHITESPACE); |