summaryrefslogtreecommitdiffstats
path: root/bin/sh/eval.h
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2015-03-01 22:32:23 +0000
committerjilles <jilles@FreeBSD.org>2015-03-01 22:32:23 +0000
commitc2c73916400917344cd96df888f35b4002e6697c (patch)
tree8d52c70a9487144dae3e07fc3a64ce8c03ad918d /bin/sh/eval.h
parent23119781865a66c0e31db74d9d6780bbaf99d12a (diff)
downloadFreeBSD-src-c2c73916400917344cd96df888f35b4002e6697c.zip
FreeBSD-src-c2c73916400917344cd96df888f35b4002e6697c.tar.gz
sh: Fix more compiler warnings.
Diffstat (limited to 'bin/sh/eval.h')
-rw-r--r--bin/sh/eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/eval.h b/bin/sh/eval.h
index 4129757..d4092be 100644
--- a/bin/sh/eval.h
+++ b/bin/sh/eval.h
@@ -53,7 +53,7 @@ void reseteval(void);
#define EV_TESTED 02 /* exit status is checked; ignore -e flag */
#define EV_BACKCMD 04 /* command executing within back quotes */
-void evalstring(char *, int);
+void evalstring(const char *, int);
union node; /* BLETCH for ansi C */
void evaltree(union node *, int);
void evalbackcmd(union node *, struct backcmd *);
OpenPOWER on IntegriCloud