X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pgppubring.c;h=88b11e42392ab85780a87d958b294e364fb49d2e;hp=5d97aa6174df642fe2a50f0ded5a7661e5c61bdc;hb=ef7b80006ebb47372d69c64e8b2b2f0764333d55;hpb=c8ceef3ed6424dcb5a6ec835e7d8d9cc00595372 diff --git a/pgppubring.c b/pgppubring.c index 5d97aa6..88b11e4 100644 --- a/pgppubring.c +++ b/pgppubring.c @@ -579,7 +579,7 @@ static pgp_key_t pgp_parse_keyblock (FILE * fp) #ifdef HAVE_FGETPOS fpos_t pos; #else - LOFF_T pos; + off_t pos; #endif pgp_key_t root = NULL; @@ -730,7 +730,7 @@ static void pgpring_find_candidates (char *ringfile, const char *hints[], #ifdef HAVE_FGETPOS fpos_t pos, keypos; #else - LOFF_T pos, keypos; + off_t pos, keypos; #endif unsigned char *buff = NULL;