From 719585ee5a3218bbe84d6fda73167a73fa3af425 Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Wed, 8 Feb 2017 23:21:03 +0100 Subject: [PATCH] common: good types for uids --- common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.h b/common.h index f443052..fc6a3f8 100644 --- 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; };