diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-12-31 11:56:06 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-12-31 11:56:06 +0200 |
commit | 123beef21660b446c124acb7a9ed769c95844eed (patch) | |
tree | 56d321c5bc064b232ecb94f809372377e0b0a378 /lib/tgi.c | |
parent | 85b0dd95318af5d252f4e1064df2eacdddd627fe (diff) | |
download | rpm-123beef21660b446c124acb7a9ed769c95844eed.tar.gz rpm-123beef21660b446c124acb7a9ed769c95844eed.tar.bz2 rpm-123beef21660b446c124acb7a9ed769c95844eed.zip |
tgi doesnt need fts private include
Diffstat (limited to 'lib/tgi.c')
-rw-r--r-- | lib/tgi.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,6 @@ #include <rpm/rpmte.h> #include <rpm/rpmmacro.h> -#include "rpmio/fts.h" #include <popt.h> #include "debug.h" @@ -94,7 +93,7 @@ main(int argc, char *argv[]) exit(EXIT_FAILURE); if (ftsOpts == 0) - ftsOpts = (FTS_COMFOLLOW | FTS_LOGICAL | FTS_NOSTAT); + ftsOpts = (RPMGI_COMFOLLOW | RPMGI_LOGICAL | RPMGI_NOSTAT); if (gitagstr != NULL) { gitag = rpmTagGetValue(gitagstr); |