X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetusershell.c;h=1dee6e7ab8a782bc789e088b80888bd61387018d;hb=ff9a646b84f2efe592f16cab668ea5538171bc83;hp=6e2e0c105ef257af9e0820625620f5b0537700af;hpb=43e78b970f396160a887c9da94531569faeda8a0;p=gnulib.git 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 };