From 5845c70715afbbdd27b934a2a50bb71a3b72253f Mon Sep 17 00:00:00 2001 From: Art Haas Date: Wed, 26 Feb 2003 15:17:53 -0800 Subject: [PATCH] Trivial C99 changes for kernel/posix-timers.c --- kernel/posix-timers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel') diff --git a/kernel/posix-timers.c b/kernel/posix-timers.c index 95ada3e0f563..add2e8abd710 100644 --- a/kernel/posix-timers.c +++ b/kernel/posix-timers.c @@ -1207,7 +1207,7 @@ do_clock_nanosleep(clockid_t which_clock, int flags, struct timespec *tsave) { struct timespec t; struct timer_list new_timer; - struct abs_struct abs_struct = { list:{next:0} }; + struct abs_struct abs_struct = { .list = { .next = 0 } }; int abs; int rtn = 0; int active; -- cgit v1.2.3