]> andersk Git - openssh.git/blobdiff - scp.c
- (dtucker) [configure.ac] Move openpty/ctty test outside of case statement
[openssh.git] / scp.c
diff --git a/scp.c b/scp.c
index 81690609dd2fd92e660ba0efe91dfaf55832532c..cf979f2501c7799aabc682f64f2422d50ffc602f 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -71,7 +71,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: scp.c,v 1.107 2003/06/28 16:23:06 deraadt Exp $");
+RCSID("$OpenBSD: scp.c,v 1.108 2003/07/18 01:54:25 deraadt Exp $");
 
 #include "xmalloc.h"
 #include "atomicio.h"
@@ -298,7 +298,7 @@ main(int argc, char **argv)
        argv += optind;
 
        if ((pwd = getpwuid(userid = getuid())) == NULL)
-               fatal("unknown user %d", (int) userid);
+               fatal("unknown user %u", (u_int) userid);
 
        if (!isatty(STDERR_FILENO))
                showprogress = 0;
This page took 0.033977 seconds and 4 git commands to generate.