diff options
author | ewt <devnull@localhost> | 1999-01-19 02:56:13 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1999-01-19 02:56:13 +0000 |
commit | 46ddcf95cc18871f5f7c75fe1889a5aa64ecbf59 (patch) | |
tree | f334ab279acf7d859b1b95926d0252563b60656f | |
parent | f84b91ec9dae00b1e3e3aa3754636833d0a35803 (diff) | |
download | librpm-tizen-46ddcf95cc18871f5f7c75fe1889a5aa64ecbf59.tar.gz librpm-tizen-46ddcf95cc18871f5f7c75fe1889a5aa64ecbf59.tar.bz2 librpm-tizen-46ddcf95cc18871f5f7c75fe1889a5aa64ecbf59.zip |
mucked with comments a bit
CVS patchset: 2712
CVS date: 1999/01/19 02:56:13
-rw-r--r-- | lib/rpmlib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h index 2421791fb..f2baf8ef7 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, |