diff svr-main.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 306499676384
children 973fccb59ea4
line wrap: on
line diff
--- a/svr-main.c	Fri Dec 09 06:10:27 2005 +0000
+++ b/svr-main.c	Sat Mar 25 12:57:09 2006 +0000
@@ -316,7 +316,7 @@
 
 /* catch any segvs */
 static void sigsegv_handler(int UNUSED(unused)) {
-	fprintf(stderr, "Aiee, segfault! You should probably report "
+	printf( "Aiee, segfault! You should probably report "
 			"this as a bug to the developer\n");
 	exit(EXIT_FAILURE);
 }