missing brackets in include/linux/sched.h in 2.1.114

Todd M. Roy (toddroy@softhome.net)
Mon, 03 Aug 1998 22:28:36 -0400


A couple of missing brackets in sched.h causes
arch/i386/kernel/init_task.c
to fail compilation.

A purest (which I ain't) would probably remove the last comma too.

--- sched.h.old Mon Aug 3 22:05:32 1998
+++ sched.h Mon Aug 3 22:05:06 1998
@@ -367,7 +367,7 @@
/* fs */ &init_fs, \
/* files */ &init_files, \
/* mm */ &init_mm, \
-/* signals */ INIT_LOCKS, &init_signals, {{0}}, {{0}}, NULL,
&init_task.sigqueue, 0, 0, \
+/* signals */ { INIT_LOCKS }, &init_signals, {{0}}, {{0}}, NULL,
&init_task.sigqueue, 0, 0, \
}

-- todd --

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html