diff 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
line wrap: on
line diff
--- a/dbmulti.c	Fri Dec 09 06:10:27 2005 +0000
+++ b/dbmulti.c	Sat Mar 25 12:57:09 2006 +0000
@@ -66,7 +66,7 @@
 #endif
 	}
 
-	fprintf(stderr, "Dropbear multi-purpose version %s\n"
+	printf("Dropbear multi-purpose version %s\n"
 			"Make a symlink pointing at this binary with one of the following names:\n"
 #ifdef DBMULTI_dropbear
 			"'dropbear' - the Dropbear server\n"