summaryrefslogtreecommitdiff
path: root/src/apk_database.h
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2008-04-22 06:04:20 +0000
committerTimo Teras <timo.teras@iki.fi>2008-04-22 06:04:20 +0000
commit384c2f1d94282ff5564a5f6c5ab9e51c975f83a6 (patch)
tree30c7225064e95641e31b8e3ce5934773678253ee /src/apk_database.h
parent823283edca0d8403742999917a4ff0698ad641cb (diff)
downloadapk-tools-384c2f1d94282ff5564a5f6c5ab9e51c975f83a6.tar.gz
apk-tools-384c2f1d94282ff5564a5f6c5ab9e51c975f83a6.tar.bz2
apk-tools-384c2f1d94282ff5564a5f6c5ab9e51c975f83a6.tar.xz
apk-tools-384c2f1d94282ff5564a5f6c5ab9e51c975f83a6.zip
Preserve uid and gid. Quiet flag to print dots on progress.
Diffstat (limited to 'src/apk_database.h')
-rw-r--r--src/apk_database.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/apk_database.h b/src/apk_database.h
index fcb9c54..d687bce 100644
--- a/src/apk_database.h
+++ b/src/apk_database.h
@@ -36,6 +36,8 @@ struct apk_db_dir {
unsigned refs;
mode_t mode;
+ uid_t uid;
+ gid_t gid;
char dirname[];
};