Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 243294
Collapse All | Expand All

(-)htpdate-1.0.1/htpdate.c (-1 / +2 lines)
Lines 469-477 int main( int argc, char *argv[] ) { Link Here
469
	char				*httpversion = DEFAULT_HTTP_VERSION;
469
	char				*httpversion = DEFAULT_HTTP_VERSION;
470
	char				*pidfile = DEFAULT_PID_FILE;
470
	char				*pidfile = DEFAULT_PID_FILE;
471
	char				*user = NULL, *userstr = NULL, *group = NULL;
471
	char				*user = NULL, *userstr = NULL, *group = NULL;
472
	long long			sumtimes;
472
	double				timeavg, drift = 0;
473
	double				timeavg, drift = 0;
473
	int					timedelta[MAX_HTTP_HOSTS], timestamp;
474
	int					timedelta[MAX_HTTP_HOSTS], timestamp;
474
	int                 sumtimes, numservers, validtimes, goodtimes, mean;
475
	int                 numservers, validtimes, goodtimes, mean;
475
	int					nap = 0, when = 500000, precision = 0;
476
	int					nap = 0, when = 500000, precision = 0;
476
	int					setmode = 0, burstmode = 0, try, offsetdetect;
477
	int					setmode = 0, burstmode = 0, try, offsetdetect;
477
	int					i, burst, param;
478
	int					i, burst, param;

Return to bug 243294