[290] in arla-drinkers
Re: arla 0.12 has missing modversions.h
daemon@ATHENA.MIT.EDU (Marcus Sundberg)
Wed Sep 30 18:55:02 1998
From owner-arla-drinkers@stacken.kth.se Wed Sep 30 22:55:01 1998
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 2005 invoked from network); 30 Sep 1998 22:54:59 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 30 Sep 1998 22:54:59 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id AAA26761
for arla-drinkers-list; Thu, 1 Oct 1998 00:50:20 +0200 (MET DST)
Received: from adamel (sl110.modempool.kth.se [130.237.37.136])
by sundance.stacken.kth.se (8.8.8/8.8.8) with SMTP id AAA26757
for <arla-drinkers@stacken.kth.se>; Thu, 1 Oct 1998 00:50:16 +0200 (MET DST)
Message-ID: <3612B5A8.454AFECB@stacken.kth.se>
Date: Wed, 30 Sep 1998 22:50:16 +0000
From: Marcus Sundberg <mackan@stacken.kth.se>
X-Mailer: Mozilla 3.04 (X11; U; Linux 2.1.122 i586)
MIME-Version: 1.0
To: arla-drinkers@stacken.kth.se
Subject: Re: arla 0.12 has missing modversions.h
References: <Pine.LNX.4.05.9809301053460.295-100000@pyridine.res.cmu.edu> <lv1d88dfx76.fsf@yakko.stacken.kth.se>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
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@stacken.kth.se