vserver 2.0 rc7
[linux-2.6.git] / arch / um / os-Linux / file.c
index 77d4066..fd45bb2 100644 (file)
@@ -363,7 +363,7 @@ int os_write_file(int fd, const void *buf, int len)
                       (int (*)(int, void *, int)) write, copy_to_user_proc));
 }
 
-int os_file_size(char *file, long long *size_out)
+int os_file_size(char *file, unsigned long long *size_out)
 {
        struct uml_stat buf;
        int err;