summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-12-16 21:21:31 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-12-16 21:21:31 +0200
commit4a72c2a3f6b3fd712e8e1733be6761c89ec4e25c (patch)
treebff889c8ad875f218378663ff3a1a9ce0e5ee31c /build
parent1f443958a9b0ce3b29db5faa77532a437c77e663 (diff)
downloadlibrpm-tizen-4a72c2a3f6b3fd712e8e1733be6761c89ec4e25c.tar.gz
librpm-tizen-4a72c2a3f6b3fd712e8e1733be6761c89ec4e25c.tar.bz2
librpm-tizen-4a72c2a3f6b3fd712e8e1733be6761c89ec4e25c.zip
More const removals
- both username cache and log records are fully contained within their modules...
Diffstat (limited to 'build')
-rw-r--r--build/names.c2
1 files changed, 1 insertions, 1 deletions
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 <rpm/rpmlog.h>
#include "debug.h"
-typedef const char * ugstr_t;
+typedef char * ugstr_t;
static uid_t uids[1024];
static ugstr_t unames[1024];