Update of /cvsroot/linux-vax/kernel-2.5/kernel
In directory sc8-pr-cvs1:/tmp/cvs-serv11426/kernel
Modified Files:
fork.c
Log Message:
Need to include <linux/mm.h>. This change will be done by Linus in 2.5.22,
at which time we'll revert to his version again.
Index: fork.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/kernel/fork.c,v
retrieving revision 1.1.1.15
retrieving revision 1.2
diff -u -r1.1.1.15 -r1.2
--- fork.c 16 Jan 2003 20:43:25 -0000 1.1.1.15
+++ fork.c 23 Jan 2003 22:52:25 -0000 1.2
@@ -24,6 +24,7 @@
#include <linux/file.h>
#include <linux/binfmts.h>
#include <linux/fs.h>
+#include <linux/mm.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
|