[ntp:bugs] [Bug 1861] Compilation error on tickadj.c
bugzilla-daemon at ntp.org
bugzilla-daemon at ntp.org
Fri Mar 25 09:59:13 UTC 2011
http://bugs.ntp.org/show_bug.cgi?id=1861
--- Comment #14 from Dave Hart <hart at ntp.org> 2011-03-25 09:59:13 UTC ---
Great work, Stefan. I'm really impressed and elated because you've salvaged
tickadj on uClibc, a much better solution than not building it, which also
happens to save me some drudgery at a time when I could use a little less
drudgery.
Specifically, despite some code in configure.ac that appears to be
conditionalizing the building of tickadj, for at least the last several years
we have always built tickadj. It may not work, but we build it... So you've
saved me from developing and testing the change to not build it where it's
guaranteed not to work but people might reasonably expect it to (since it works
on most Linux targets).
I will do a bit of cleanup, but I not only accept your work, I receive it
gratefully. The cleanup I have in mind is simply to hide the __adjtimex vs
adjtimex away in configure.ac so the C source can test HAVE_ADJTIMEX and call
adjtimex() and config.h will #define adjtimex __adjtimex. This is basically
cut-and-paste with how we handle several other interfaces with variant
spellings.
--
Configure bugmail: http://bugs.ntp.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the bugs
mailing list