diff options
Diffstat (limited to 'ddb/db_expr.c')
-rw-r--r-- | ddb/db_expr.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ddb/db_expr.c b/ddb/db_expr.c index 9e20a840..90edb6fb 100644 --- a/ddb/db_expr.c +++ b/ddb/db_expr.c @@ -92,10 +92,7 @@ db_term(db_expr_t *valuep) } int -db_size_option(modif, u_option, t_option) - const char *modif; - boolean_t *u_option; - boolean_t *t_option; +db_size_option(const char *modif, boolean_t *u_option, boolean_t *t_option) { const char *p; int size = sizeof(int); |