X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/92f9ced0f1ac270b78c3733ed259f4604d01af16..b9d8b5586790946de2fef94e0b8c43d573a71090:/src/src/os.c diff --git a/src/src/os.c b/src/src/os.c index f9ddbe1a2..4fa9324d4 100644 --- a/src/src/os.c +++ b/src/src/os.c @@ -1,10 +1,10 @@ -/* $Cambridge: exim/src/src/os.c,v 1.7 2009/10/20 12:39:47 nm4 Exp $ */ +/* $Cambridge: exim/src/src/os.c,v 1.8 2009/11/16 19:50:37 nm4 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2007 */ +/* Copyright (c) University of Cambridge 1995 - 2009 */ /* See the file NOTICE for conditions of use and distribution. */ #ifdef STAND_ALONE @@ -167,8 +167,8 @@ that have nothing. It provides a basic translation for the common standard signal numbers. I've been extra cautious with the ifdef's here. Probably more than is necessary... */ -char * -os_strsignal(int n) +const char * +os_strsignal(const int n) { switch (n) { @@ -284,8 +284,8 @@ switch (n) exit codes into text, but this function is implemented this way so that if any OS does have such a thing, it could be used instead of this build-in one. */ -char * -os_strexit(int n) +const char * +os_strexit(const int n) { switch (n) {