From 8c71abfa80ba24879db77bd17adac5bc08d55b08 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 22 Oct 1995 14:38:48 +0000 Subject: As above. Oh I also put in a couple of compile-time warnings for the crypt stuff. --- lib/libc/locale/setlocale.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc/locale/setlocale.c') diff --git a/lib/libc/locale/setlocale.c b/lib/libc/locale/setlocale.c index dc8157a..c2efd5b 100644 --- a/lib/libc/locale/setlocale.c +++ b/lib/libc/locale/setlocale.c @@ -198,4 +198,6 @@ loadlocale(category) case LC_NUMERIC: return (NULL); } + /* Just in case...*/ + return (NULL); } -- cgit v1.1