aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index cb181626..392417dd 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -93,7 +93,7 @@ struct hostrec
/* internal use */
int active;
struct hostrec *next; /* next host in chain */
- int uid; /* UID of user to deliver to */
+ unsigned int uid; /* UID of user to deliver to */
char digest [DIGESTLEN];
};