common: good types for uids
authorRobert Swiecki <robert@swiecki.net>
Wed, 8 Feb 2017 22:21:03 +0000 (23:21 +0100)
committerRobert Swiecki <robert@swiecki.net>
Wed, 8 Feb 2017 22:21:03 +0000 (23:21 +0100)
common.h

index f4430526836c159ba329ef1b8e7e4e164ce8d96a..fc6a3f882d3ecdae898db6ac32486b277b7da840 100644 (file)
--- a/common.h
+++ b/common.h
@@ -81,8 +81,8 @@ struct mapping_t {
 };
 
 struct idmap_t {
-       pid_t inside_id;
-       pid_t outside_id;
+       uid_t inside_id;
+       uid_t outside_id;
         TAILQ_ENTRY(idmap_t) pointers;
 };