diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-07-04 16:09:42 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-07-04 16:09:47 +0300 |
commit | 9e7cfa4d5ba64baf63c604426805a71671c58544 (patch) | |
tree | 5fa0e3d2f22e48951b53553c6e46aa28e091e067 /lib/verify.c | |
parent | 104bc6a883cb59ce5f7de966fc6d8d11dc4ed247 (diff) | |
download | librpm-tizen-9e7cfa4d5ba64baf63c604426805a71671c58544.tar.gz librpm-tizen-9e7cfa4d5ba64baf63c604426805a71671c58544.tar.bz2 librpm-tizen-9e7cfa4d5ba64baf63c604426805a71671c58544.zip |
Stuff rpmio/ugid.[ch] contents to lib/misc.[ch]
- no uses outside librpm itself, and there they can be hidden away from
exported ABI whereas in librpmio they cant
Diffstat (limited to 'lib/verify.c')
-rw-r--r-- | lib/verify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/verify.c b/lib/verify.c index 7229ebfc6..18650265e 100644 --- a/lib/verify.c +++ b/lib/verify.c @@ -14,7 +14,7 @@ #include <rpm/rpmfileutil.h> #include "lib/psm.h" -#include "rpmio/ugid.h" /* uidToUname(), gnameToGid */ +#include "lib/misc.h" /* uidToUname(), gnameToGid */ #include "debug.h" |