summaryrefslogtreecommitdiff
path: root/ddb/db_expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ddb/db_expr.c')
-rw-r--r--ddb/db_expr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ddb/db_expr.c b/ddb/db_expr.c
index 82ada58..dad09e5 100644
--- a/ddb/db_expr.c
+++ b/ddb/db_expr.c
@@ -95,12 +95,12 @@ db_term(valuep)
int
db_size_option(modif, u_option, t_option)
- char *modif;
+ const char *modif;
boolean_t *u_option;
boolean_t *t_option;
{
- char *p;
- int size = sizeof(int);
+ const char *p;
+ int size = sizeof(int);
*u_option = FALSE;
*t_option = FALSE;