Index: htpdate-1.0.1/htpdate.c =================================================================== --- htpdate-1.0.1.orig/htpdate.c +++ htpdate-1.0.1/htpdate.c @@ -469,9 +469,10 @@ int main( int argc, char *argv[] ) { char *httpversion = DEFAULT_HTTP_VERSION; char *pidfile = DEFAULT_PID_FILE; char *user = NULL, *userstr = NULL, *group = NULL; + long long sumtimes; double timeavg, drift = 0; int timedelta[MAX_HTTP_HOSTS], timestamp; - int sumtimes, numservers, validtimes, goodtimes, mean; + int numservers, validtimes, goodtimes, mean; int nap = 0, when = 500000, precision = 0; int setmode = 0, burstmode = 0, try, offsetdetect; int i, burst, param;