]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fix compiler warning
authorYang Tse <yangsita@gmail.com>
Wed, 10 Sep 2008 13:39:35 +0000 (13:39 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 10 Sep 2008 13:39:35 +0000 (13:39 +0000)
lib/ssh.c

index dbece956acb9c7fd56a61bd98628ec881475a1b8..17efff13b7cc52e6a51eb497858c74943e981416 100644 (file)
--- a/lib/ssh.c
+++ b/lib/ssh.c
@@ -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);