64bit time_t

Index: cupsconnection.c
--- cupsconnection.c.orig
+++ cupsconnection.c
@@ -3819,7 +3819,7 @@ Connection_getPPD3 (Connection *self, PyObject *args, 
 
   PyTuple_SetItem (ret, 2, obj);
 
-  debugprintf ("<- Connection_getPPD3() = (%d,%ld,%s)\n",
+  debugprintf ("<- Connection_getPPD3() = (%d,%lld,%s)\n",
 	       status, modtime, fname);
   return ret;
 }
