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

(-)io_linux.h_old (+10 lines)
Lines 35-40 Link Here
35
#define CHRONY_IOC_READ         2U
35
#define CHRONY_IOC_READ         2U
36
#define CHRONY_IOC_WRITE        4U
36
#define CHRONY_IOC_WRITE        4U
37
37
38
#elif defined(__hppa__)
39
#define CHRONY_IOC_NRBITS       8
40
#define CHRONY_IOC_TYPEBITS     8
41
#define CHRONY_IOC_SIZEBITS     14
42
#define CHRONY_IOC_DIRBITS      2
43
44
#define CHRONY_IOC_NONE         0U
45
#define CHRONY_IOC_WRITE        2U
46
#define CHRONY_IOC_READ         1U
47
38
#else
48
#else
39
#error "I don't know the values of the _IOC_* constants for your architecture"
49
#error "I don't know the values of the _IOC_* constants for your architecture"
40
#endif
50
#endif

Return to bug 141452