Mercurial > dropbear
diff svr-x11fwd.c @ 299:740e782679be ucc-axis-hack
Various changes to compile+kind of run on UCC's axis board.
Note that fprintf(stdin -> printf( accounts for many of the changes
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 25 Mar 2006 12:57:09 +0000 |
parents | 161557a9dde8 |
children |
line wrap: on
line diff
--- a/svr-x11fwd.c Fri Dec 09 06:10:27 2005 +0000 +++ b/svr-x11fwd.c Sat Mar 25 12:57:09 2006 +0000 @@ -161,7 +161,7 @@ display, chansess->x11authprot, chansess->x11authcookie); pclose(authprog); } else { - fprintf(stderr, "Failed to run %s\n", XAUTH_COMMAND); + printf( "Failed to run %s\n", XAUTH_COMMAND); } }