This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit 737f692edbd14df39cc2d91019142bd2df2ab9ea Author: Samuel Thibault <[email protected]> Date: Sat Sep 19 15:07:09 2015 +0200 Define TIME_VALUE_TO_TIMESPEC only when not defined already * exec/elfcore.c (TIME_VALUE_TO_TIMESPEC) [TIME_VALUE_TO_TIMESPEC]: Do not redefine macro. --- exec/elfcore.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exec/elfcore.c b/exec/elfcore.c index 449263b..3e4551e 100644 --- a/exec/elfcore.c +++ b/exec/elfcore.c @@ -121,10 +121,12 @@ fetch_thread_fpregset (thread_t thread, prfpregset_t *fpregs) #endif +#ifndef TIME_VALUE_TO_TIMESPEC #define TIME_VALUE_TO_TIMESPEC(tv, ts) { \ (ts)->tv_sec = (tv)->seconds; \ (ts)->tv_nsec = (tv)->microseconds * 1000; \ } +#endif #define PAGES_TO_KB(x) ((x) * (vm_page_size / 1024)) #define ENCODE_PCT(f) ((uint16_t) ((f) * 32768.0)) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
