From: Tim Kientzle Date: Sun, 18 Jan 2009 05:39:38 +0000 (-0500) Subject: Remember to do this someday... X-Git-Tag: v2.7.0~429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abf0ad31ff52f2e836065f79bd52fee3e40464f;p=thirdparty%2Flibarchive.git Remember to do this someday... SVN-Revision: 429 --- diff --git a/cpio/cpio.c b/cpio/cpio.c index 50bc997db..6ce2c37d9 100644 --- a/cpio/cpio.c +++ b/cpio/cpio.c @@ -469,6 +469,8 @@ file_to_archive(struct cpio *cpio, const char *srcpath) /* * Create an archive_entry describing the source file. + * + * XXX TODO: rework to use archive_read_disk_entry_from_file() */ entry = archive_entry_new(); if (entry == NULL)