[2.2.0-pre6][alpha] cannot compile (patch)

Thomas Pornin (pornin@bolet.ens.fr)
Sat, 9 Jan 1999 17:13:49 +0100


Hello,

2.2.0-pre6 does not compile on the alpha. The following patch solved
this problem (and the machine has booted properly afterwards):

--- arch/alpha/kernel/process.c.old Sat Jan 9 15:19:36 1999
+++ arch/alpha/kernel/process.c Sat Jan 9 15:20:31 1999
@@ -55,6 +55,7 @@
unsigned long init_user_stack[1024] = { STACK_MAGIC, };
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;

--Thomas Pornin

-
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/