Description of problem: timex.h as distributed with F11 is missing the definition for MOD_NANO, necessary to build ntpd with nano support. Version-Release number of selected component (if applicable): glibc-headers-2.10.1-2.i586 How reproducible: Upgrade F10 to F11. Compile ntpd Steps to Reproduce: 1. Upgrade F10 to F11. 2. Compile ntpd 3. See error about missing MOD_NANO Actual results: error about missing MOD_NANO Expected results: Clean compile Additional info: #define MOD_NANO ADJ_NANO --- timex.h.normaal.ok 2009-06-12 12:48:48.000000000 +0200 +++ timex.h 2009-06-12 12:57:44.000000000 +0200 @@ -85,6 +85,7 @@ #define MOD_TIMECONST ADJ_TIMECONST #define MOD_CLKB ADJ_TICK #define MOD_CLKA ADJ_OFFSET_SINGLESHOT /* 0x8000 in original */ +#define MOD_NANO ADJ_NANO /* Status codes (timex.status) */
sys/timex.h
Please add also: #define MOD_TAI ADJ_TAI
Also see https://bugzilla.redhat.com/show_bug.cgi?id=479558
Upstream has the definitions. Should be in the next rawhide build.