summaryrefslogtreecommitdiff
path: root/pop3d/pop3d.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-11-15 20:01:39 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-11-15 20:01:39 +0000
commit8e632048790803010c55b60e254e0c9c5a51d42c (patch)
tree9c5d1d22ea3abb27dde572b8f5332f4c060e793a /pop3d/pop3d.c
parent0f3bca17956adc76c95b0d869e893f2f169a040d (diff)
downloadmailutils-8e632048790803010c55b60e254e0c9c5a51d42c.tar.gz
mailutils-8e632048790803010c55b60e254e0c9c5a51d42c.tar.bz2
Use mu_off_t instead of off_t
Diffstat (limited to 'pop3d/pop3d.c')
-rw-r--r--pop3d/pop3d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pop3d/pop3d.c b/pop3d/pop3d.c
index af0cc8a52..bf8a75298 100644
--- a/pop3d/pop3d.c
+++ b/pop3d/pop3d.c
@@ -386,8 +386,8 @@ pop3d_mainloop (int fd, FILE *infile, FILE *outfile)
of sync. */
if (state == TRANSACTION && !mu_mailbox_is_updated (mbox))
{
- static off_t mailbox_size;
- off_t newsize = 0;
+ static mu_off_t mailbox_size;
+ mu_off_t newsize = 0;
mu_mailbox_get_size (mbox, &newsize);
/* Did we shrink? First time save the size. */
if (!mailbox_size)

Return to:

Send suggestions and report system problems to the System administrator.