Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 503914 | Differences between
and this patch

Collapse All | Expand All

(-)a/ping_common.c (-1 / +4 lines)
Lines 3-8 Link Here
3
#include <sched.h>
3
#include <sched.h>
4
#include <math.h>
4
#include <math.h>
5
5
6
#ifndef HZ
7
#define HZ sysconf(_SC_CLK_TCK)
8
#endif
9
6
int options;
10
int options;
7
11
8
int mark;
12
int mark;
9
- 

Return to bug 503914