arch/m68k/kernel/process.c init_fd_array patch

Graffiti (ramune@bigfoot.com)
Wed, 23 Dec 1998 16:12:33 -0800


Hi all,

This line appears to be missing in the m68k source.
-- DN

--- /usr/src/linux/arch/m68k/kernel/process.c Tue Dec 22 17:13:24 1998
+++ arch/m68k/kernel/process.c Wed Dec 23 16:08:56 1998
@@ -40,6 +40,7 @@
*/
static struct vm_area_struct init_mmap = INIT_MMAP;
static struct fs_struct init_fs = INIT_FS;
+static struct file * init_fd_array[NR_OPEN] = { NULL, };
static struct files_struct init_files = INIT_FILES;
static struct signal_struct init_signals = INIT_SIGNALS;
struct mm_struct init_mm = INIT_MM;

-- 
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS d- s--:+ a-->? C++(---) UL++++ US+++$ P- L+++ !E W-- N+++ !w M++$ V?>+++
PS--- PE++ t--(*) 5+ X+ R+(*) tv-- b+ DI+++ D--- G? e>++++ h* r++>+++ z+>++++
------END GEEK CODE BLOCK------

- 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.tux.org/lkml/