Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
266:e37b160c414c | 299:740e782679be |
---|---|
314 } | 314 } |
315 } | 315 } |
316 | 316 |
317 /* catch any segvs */ | 317 /* catch any segvs */ |
318 static void sigsegv_handler(int UNUSED(unused)) { | 318 static void sigsegv_handler(int UNUSED(unused)) { |
319 fprintf(stderr, "Aiee, segfault! You should probably report " | 319 printf( "Aiee, segfault! You should probably report " |
320 "this as a bug to the developer\n"); | 320 "this as a bug to the developer\n"); |
321 exit(EXIT_FAILURE); | 321 exit(EXIT_FAILURE); |
322 } | 322 } |
323 | 323 |
324 /* catch ctrl-c or sigterm */ | 324 /* catch ctrl-c or sigterm */ |