Date:Tue, 5 Sep 2000 22:53:23 +0200 (CEST)
From: Philipp Matthias Hahn <[EMAIL PROTECTED]>
the call needs
static struct file_operations vfc_fops;
which is not defined until line 642. A forward declaration at the
beginning fixes the problem:
Patch applied, but th
Hello!
I'm just trying to compile a kernel for my sparc and found a bug in the
above file:
In line 170:
dev->de = devfs_register (devfs_handle, devname, DEVFS_FL_DEFAULT,
VFC_MAJOR, instance,
S_IFCHR | S_IRUSR | S_IWUSR,
2 matches
Mail list logo