lkml.org 
[lkml]   [1998]   [Aug]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectmissing brackets in include/linux/sched.h in 2.1.114

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

\
 
 \ /
  Last update: 2005-03-22 13:43    [W:0.254 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site