[292] in arla-drinkers
Re: arla 0.12 has missing modversions.h
daemon@ATHENA.MIT.EDU (Magnus Ahltorp)
Thu Oct 1 09:29:44 1998
From owner-arla-drinkers@stacken.kth.se Thu Oct 01 13:29:43 1998
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 14083 invoked from network); 1 Oct 1998 13:29:42 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 1 Oct 1998 13:29:42 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id PAA07858
for arla-drinkers-list; Thu, 1 Oct 1998 15:19:57 +0200 (MET DST)
Received: from yakko.stacken.kth.se (map@yakko.stacken.kth.se [130.237.234.52])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id PAA07852;
Thu, 1 Oct 1998 15:19:51 +0200 (MET DST)
Received: (from map@localhost)
by yakko.stacken.kth.se (8.8.8/8.8.7) id PAA24591;
Thu, 1 Oct 1998 15:19:33 +0200 (CEST)
To: Marcus Sundberg <mackan@stacken.kth.se>
Cc: 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>
<3612B5A8.454AFECB@stacken.kth.se>
From: Magnus Ahltorp <map@stacken.kth.se>
Date: 01 Oct 1998 15:19:31 +0200
In-Reply-To: Marcus Sundberg's message of Wed, 30 Sep 1998 22:50:16 +0000
Message-ID: <lv1zpbge7x8.fsf@yakko.stacken.kth.se>
Lines: 21
X-Mailer: Gnus v5.3/Emacs 19.34
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
> --- 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>
This should work. I'm applying this.
/Magnus
map@stacken.kth.se