diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-15 15:07:46 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-15 15:07:46 +0000 |
commit | 4f83c48a060ea8036a4df68dbb39ee41983e28a9 (patch) | |
tree | ef26f2adf5c4acfa576c34c23fba8ee13be26ab2 /fetchmail.h | |
parent | e20b78fa61346bc038af5509f21afb2721a3c790 (diff) | |
download | fetchmail-4f83c48a060ea8036a4df68dbb39ee41983e28a9.tar.gz fetchmail-4f83c48a060ea8036a4df68dbb39ee41983e28a9.tar.bz2 fetchmail-4f83c48a060ea8036a4df68dbb39ee41983e28a9.zip |
More configuration cleanup.
svn path=/trunk/; revision=339
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
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]; }; |