summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/panic.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-02 12:26:18 +0000
committermarkm <markm@FreeBSD.org>2001-12-02 12:26:18 +0000
commit1713f5e655d170628c97191eacac5663fb39d978 (patch)
treeff842953cae89f6bfa561e2572decf2ed59a08f7 /usr.bin/at/panic.c
parentdf573903aa0a7f705699fc186618360f65d63c9e (diff)
downloadFreeBSD-src-1713f5e655d170628c97191eacac5663fb39d978.zip
FreeBSD-src-1713f5e655d170628c97191eacac5663fb39d978.tar.gz
WARNS=2 fixup.
Diffstat (limited to 'usr.bin/at/panic.c')
-rw-r--r--usr.bin/at/panic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c
index cf6d041..302ae58 100644
--- a/usr.bin/at/panic.c
+++ b/usr.bin/at/panic.c
@@ -47,7 +47,7 @@ static const char rcsid[] =
/* Global functions */
void
-panic(char *a)
+panic(const char *a)
{
/* Something fatal has happened, print error message and exit.
*/
@@ -61,7 +61,7 @@ panic(char *a)
}
void
-perr(char *a)
+perr(const char *a)
{
/* Some operating system error; print error message and exit.
*/
OpenPOWER on IntegriCloud