From 4a72c2a3f6b3fd712e8e1733be6761c89ec4e25c Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Sun, 16 Dec 2007 21:21:31 +0200 Subject: More const removals - both username cache and log records are fully contained within their modules... --- build/names.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/names.c b/build/names.c index 14fdad41f..26a352b1f 100644 --- a/build/names.c +++ b/build/names.c @@ -10,7 +10,7 @@ #include #include "debug.h" -typedef const char * ugstr_t; +typedef char * ugstr_t; static uid_t uids[1024]; static ugstr_t unames[1024]; -- cgit v1.2.3