[544] in arla-drinkers
Re: xfs_inodeops.c will not build on Linux 2.0.33
daemon@ATHENA.MIT.EDU (assar@stacken.kth.se)
Sat Jan 30 12:23:46 1999
From owner-arla-drinkers@stacken.kth.se Sat Jan 30 17:23:46 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 24708 invoked from network); 30 Jan 1999 17:23:45 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 30 Jan 1999 17:23:45 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id SAA01083
for arla-drinkers-list; Sat, 30 Jan 1999 18:19:18 +0100 (MET)
Received: from assaris.sics.se (assaris.sics.se [193.10.66.108])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id SAA01079
for <arla-drinkers@stacken.kth.se>; Sat, 30 Jan 1999 18:19:15 +0100 (MET)
Received: (from assar@localhost) by assaris.sics.se (8.9.1/8.7.3) id SAA04368; Sat, 30 Jan 1999 18:21:07 +0100 (CET)
From: assar@stacken.kth.se
To: Stefan =?ISO-8859-1?Q?G=F6rling?= <stefan@aladdin.se>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: xfs_inodeops.c will not build on Linux 2.0.33
References: <Pine.LNX.3.96N2.990130175634.168B-100000@dike.aladdin.se>
Mime-Version: 1.0 (generated by tm-edit 7.68)
Content-Type: text/plain; charset=ISO-8859-1
Date: 30 Jan 1999 18:21:06 +0100
In-Reply-To: Stefan =?ISO-8859-1?Q?G=F6rling's?= message of "Sat, 30 Jan 1999
18:05:28 +0100 (MET)"
Message-ID: <5lvhhoisn1.fsf@assaris.sics.se>
Lines: 12
X-Mailer: Gnus v5.5/Emacs 19.34
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by sundance.stacken.kth.se id SAA01079
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Stefan Görling <stefan@aladdin.se> writes:
> If i interpret the #ifdef-statements correct, they will result in 2.2.*
> kernels compiling 2.0.* code instead of making use of the 2.1-code.
No, the name of the preprocessor symbol is LINUX2_1 but it's defined
on 2.1 and above.
#if LINUX_VERSION_CODE > 131238
#define LINUX2_1 1
#endif
/assar