we're grownups now. don't care about stupid OS'es that don't know what an
[apps/madmutt.git] / pgppubring.c
index 5d97aa6..88b11e4 100644 (file)
@@ -579,7 +579,7 @@ static pgp_key_t pgp_parse_keyblock (FILE * fp)
 #ifdef HAVE_FGETPOS
   fpos_t pos;
 #else
 #ifdef HAVE_FGETPOS
   fpos_t pos;
 #else
-  LOFF_T pos;
+  off_t pos;
 #endif
 
   pgp_key_t root = NULL;
 #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
 #ifdef HAVE_FGETPOS
   fpos_t pos, keypos;
 #else
-  LOFF_T pos, keypos;
+  off_t pos, keypos;
 #endif
 
   unsigned char *buff = NULL;
 #endif
 
   unsigned char *buff = NULL;