X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a201b7ceece70d2bc461ac48c8b746a36d07243..4937aa0ad4627d301682b278527aef71f2095e55:/tools/tesh/signal.c diff --git a/tools/tesh/signal.c b/tools/tesh/signal.c index a38c91426f..9905ad7149 100644 --- a/tools/tesh/signal.c +++ b/tools/tesh/signal.c @@ -1,7 +1,7 @@ /* signal -- what TESH needs to know about signals */ -/* Copyright (c) 2007 Martin Quinson. */ -/* All rights reserved. */ +/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -61,5 +61,5 @@ const char *signal_name(unsigned int got, char *expected) if (signals[i].number == got) return (signals[i].name); - return bprintf("SIG UNKNOWN (%d)", got); + return bprintf("SIG UNKNOWN (%u)", got); }