diff svr-session.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 364a75cfebab
children 973fccb59ea4
line wrap: on
line diff
--- a/svr-session.c	Fri Dec 09 06:10:27 2005 +0000
+++ b/svr-session.c	Sat Mar 25 12:57:09 2006 +0000
@@ -186,7 +186,7 @@
 					localtime(&timesec)) == 0) {
 			datestr[0] = '?'; datestr[1] = '\0';
 		}
-		fprintf(stderr, "[%d] %s %s\n", getpid(), datestr, printbuf);
+		printf( "[%d] %s %s\n", getpid(), datestr, printbuf);
 	}
 }