]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sftp-common.c
Import of OpenSSH 3.6.1p1
[gssapi-openssh.git] / openssh / sftp-common.c
index 082345486b49c3432d473de687113ef23c823e26..31d41385bbd5df48065250822a863052900e4400 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sftp-common.c,v 1.7 2002/09/11 22:41:50 djm Exp $");
+RCSID("$OpenBSD: sftp-common.c,v 1.8 2002/10/16 14:31:48 itojun Exp $");
 
 #include "buffer.h"
 #include "bufaux.h"
@@ -208,6 +208,6 @@ ls_file(char *name, struct stat *st, int remote)
        glen = MAX(strlen(group), 8);
        snprintf(buf, sizeof buf, "%s %3d %-*s %-*s %8llu %s %s", mode,
            st->st_nlink, ulen, user, glen, group,
-           (u_int64_t)st->st_size, tbuf, name);
+           (unsigned long long)st->st_size, tbuf, name);
        return xstrdup(buf);
 }
This page took 0.045205 seconds and 4 git commands to generate.