comparison dbmulti.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 9b7fc71039cd
children
comparison
equal deleted inserted replaced
266:e37b160c414c 299:740e782679be
64 return scp_main(argc, argv); 64 return scp_main(argc, argv);
65 } 65 }
66 #endif 66 #endif
67 } 67 }
68 68
69 fprintf(stderr, "Dropbear multi-purpose version %s\n" 69 printf("Dropbear multi-purpose version %s\n"
70 "Make a symlink pointing at this binary with one of the following names:\n" 70 "Make a symlink pointing at this binary with one of the following names:\n"
71 #ifdef DBMULTI_dropbear 71 #ifdef DBMULTI_dropbear
72 "'dropbear' - the Dropbear server\n" 72 "'dropbear' - the Dropbear server\n"
73 #endif 73 #endif
74 #ifdef DBMULTI_dbclient 74 #ifdef DBMULTI_dbclient