diff --git a/usr.bin/dc/dc.c b/usr.bin/dc/dc.c index 47315cc8dbc..d5edadb7989 100644 --- a/usr.bin/dc/dc.c +++ b/usr.bin/dc/dc.c @@ -39,9 +39,9 @@ static void usage(void); extern char *__progname; -struct source src; +static struct source src; -struct option long_options[] = +static const struct option long_options[] = { {"expression", required_argument, NULL, 'e'}, {"file", required_argument, NULL, 'f'},