arla 0.12 has missing modversions.h
Marcus Sundberg
mackan at stacken.kth.se
Thu Oct 1 00:50:20 CEST 1998
Magnus Ahltorp wrote:
> Please note that there are a lot of degrees of liberty involved, and I
> would like a solution that works on all systems, but every patch that
> has been sent to me has failed to work on some platforms. If you have
> a patch that works everywhere, I'd be glad to incorporate it.
Could people please try this (against arla 0.11):
--- xfs_locl.orig Thu Oct 1 00:47:35 1998
+++ xfs_locl.h Thu Oct 1 00:47:48 1998
@@ -43,8 +43,12 @@
#include <config.h>
#endif
-#ifdef HAVE_LINUX_MODVERSIONS_H
+#include <linux/config.h>
+#ifdef CONFIG_MODVERSIONS
#define MODVERSIONS
+#ifdef HAVE_LINUX_MODVERSIONS_H
+#include <linux/modversions.h>
+#endif
#endif
#include <linux/module.h>
#include <linux/errno.h>
//Marcus
--
-------------------------------+------------------------------------
Marcus Sundberg | http://www.stacken.kth.se/~mackan/
Royal Institute of Technology | Phone: +46 707 295404
Stockholm, Sweden | E-Mail: mackan at stacken.kth.se
More information about the Arla-drinkers
mailing list