summaryrefslogtreecommitdiff
path: root/lib/psm.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-11-05 13:17:50 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-11-05 13:17:50 +0200
commited412a0e2f8538ab952908b06f24d769f1fd1fb6 (patch)
tree6d809804d39b14e88b29d40d7ef14f2968104a20 /lib/psm.c
parentcbbae4cdb102ac9de4023e6e35ddc668eae09ca9 (diff)
downloadrpm-ed412a0e2f8538ab952908b06f24d769f1fd1fb6.tar.gz
rpm-ed412a0e2f8538ab952908b06f24d769f1fd1fb6.tar.bz2
rpm-ed412a0e2f8538ab952908b06f24d769f1fd1fb6.zip
Kill off per-file cpio map flags
- nothing uses/needs them, one less murky fi->foo allocation less - apparently a leftover from initial multilib attempts long long ago
Diffstat (limited to 'lib/psm.c')
-rw-r--r--lib/psm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/psm.c b/lib/psm.c
index 285eb88df..abf3b5da3 100644
--- a/lib/psm.c
+++ b/lib/psm.c
@@ -300,8 +300,6 @@ rpmRC rpmInstallSourcePackage(rpmts ts, FD_t fd,
}
}
- /* XXX FIXME: don't do per-file mapping, force global flags. */
- fi->fmapflags = _free(fi->fmapflags);
fi->mapflags = CPIO_MAP_PATH | CPIO_MAP_MODE | CPIO_MAP_UID | CPIO_MAP_GID;
fi->astriplen = 0;