From 4f83c48a060ea8036a4df68dbb39ee41983e28a9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 15 Oct 1996 15:07:46 +0000 Subject: More configuration cleanup. svn path=/trunk/; revision=339 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') 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]; }; -- cgit v1.2.3