From: ewt Date: Tue, 19 Jan 1999 02:56:13 +0000 (+0000) Subject: mucked with comments a bit X-Git-Tag: rpm-4.4-release~3190 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46ddcf95cc18871f5f7c75fe1889a5aa64ecbf59;p=platform%2Fupstream%2Frpm.git mucked with comments a bit CVS patchset: 2712 CVS date: 1999/01/19 02:56:13 --- diff --git a/lib/rpmlib.h b/lib/rpmlib.h index 2421791..f2baf8e 100644 --- a/lib/rpmlib.h +++ b/lib/rpmlib.h @@ -319,7 +319,8 @@ int rpmdbFindByHeader(rpmdb db, Header h, dbiIndexSet * matches); /* we pass these around as an array with a sentinel */ typedef struct rpmRelocation_s { char * oldPath; /* NULL here evals to RPMTAG_DEFAULTPREFIX, this */ - char * newPath; /* odd behavior is only for backwards compatibility */ + /* odd behavior is only for backwards compatibility */ + char * newPath; /* NULL means to omit the file completely! */ } rpmRelocation; int rpmInstallSourcePackage(const char * root, FD_t fd, const char ** specFile,