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