From 5fc2263354892487337ab870520c9b682e8a893e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 12 Nov 1992 04:13:46 +0000 Subject: Make tables static and const when possible. getdate.c (getdate_yyerr, getdate_yylex): Declare these functions static. --- lib/getusershell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/getusershell.c') diff --git a/lib/getusershell.c b/lib/getusershell.c index 6e2e0c105..1dee6e7ab 100644 --- a/lib/getusershell.c +++ b/lib/getusershell.c @@ -35,7 +35,7 @@ char *realloc (); static int readname (); /* List of shells to use if the shells file is missing. */ -static char *default_shells[] = +static char const* const default_shells[] = { "/bin/sh", "/bin/csh", "/usr/bin/sh", "/usr/bin/csh", NULL }; -- cgit v1.2.3-54-g00ecf