ipc/shm.c doesn't compile

From: Ingo Rohloff (lundril@gmx.net)
Date: Tue Mar 21 2000 - 08:44:37 EST


Well I'm sure I'm not the first one:

linux/ipc/shm.c

doesn't compile because of line 142
DECLARE_FSTYPE( ...

Seems like you have to insert

#include <linux/module.h>

somewhere in the beginning of shm.c
to make it work (for declaration of THIS_MODULE).

so long
  Ingo

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



This archive was generated by hypermail 2b29 : Thu Mar 23 2000 - 21:00:32 EST