Patch to allow minix filesystem to compile in 2.1.5

Brian Blackmore (bnb@looking-glass.org)
Mon, 21 Oct 1996 20:19:22 +-100


The following patch seems to be necessary to allow the minix
filesystem to compile in 2.1.5.

--- fs/minix/symlink.c.bbak Mon Oct 21 17:17:17 1996
+++ fs/minix/symlink.c Mon Oct 21 17:17:28 1996
@@ -11,6 +11,7 @@
#include <linux/fs.h>
#include <linux/minix_fs.h>
#include <linux/stat.h>
+#include <linux/mm.h>

#include <asm/segment.h>