This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch upstream in repository hurd.
commit 805d5bb95aacfaecde4d668beecff31570eaa2ca Author: Justus Winter <[email protected]> Date: Sat May 23 10:40:08 2015 +0200 console-client: fix build with -O0 * console-client/timer.h (fetch_jiffies): Make function `static inline'. --- console-client/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console-client/timer.h b/console-client/timer.h index 4204192..8a923ad 100644 --- a/console-client/timer.h +++ b/console-client/timer.h @@ -54,7 +54,7 @@ int timer_remove (struct timer_list *timer); /* Change the expiration time of the timer TIMER to EXPIRES. */ void timer_change (struct timer_list *timer, long long expires); -extern inline long long +static inline long long fetch_jiffies () { extern volatile struct mapped_time_value *timer_mapped_time; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
