summaryrefslogtreecommitdiff
path: root/ddb
diff options
context:
space:
mode:
Diffstat (limited to 'ddb')
-rw-r--r--ddb/db_expr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ddb/db_expr.c b/ddb/db_expr.c
index 611baa0..eee9e4f 100644
--- a/ddb/db_expr.c
+++ b/ddb/db_expr.c
@@ -99,8 +99,8 @@ db_size_option(modif, u_option, t_option)
boolean_t *u_option;
boolean_t *t_option;
{
- register char *p;
- int size = sizeof(int);
+ char *p;
+ int size = sizeof(int);
*u_option = FALSE;
*t_option = FALSE;