Drop bogus const from rpmts rootDir + curDir
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 18 Dec 2007 07:40:33 +0000 (09:40 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 18 Dec 2007 07:40:33 +0000 (09:40 +0200)
lib/rpmts_internal.h

index 607175e..a5fc530 100644 (file)
@@ -85,8 +85,8 @@ struct rpmts_s {
 
     int selinuxEnabled;                /*!< Is SE linux enabled? */
     int chrootDone;            /*!< Has chroot(2) been been done? */
-    const char * rootDir;      /*!< Path to top of install tree. */
-    const char * currDir;      /*!< Current working directory. */
+    char * rootDir;            /*!< Path to top of install tree. */
+    char * currDir;            /*!< Current working directory. */
     FD_t scriptFd;             /*!< Scriptlet stdout/stderr. */
     int delta;                 /*!< Delta for reallocation. */
     int32_t tid;                       /*!< Transaction id. */