[1087] in SIPB_Linux_Development
Re: ELF migration
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Fri Oct 6 13:42:46 1995
Date: Fri, 6 Oct 1995 13:41:42 -0400
From: "Theodore Ts'o" <tytso@MIT.EDU>
To: Erik Nygren <nygren@MIT.EDU>
Cc: jered@MIT.EDU, linux-dev@MIT.EDU, linux-afs-bugs@MIT.EDU
In-Reply-To: Erik Nygren's message of Fri, 06 Oct 1995 13:13:43 -0400,
<199510061713.NAA28231@foundation.mit.edu>
Date: Fri, 06 Oct 1995 13:13:43 -0400
From: Erik Nygren <nygren@MIT.EDU>
On a related topic is the issue of Linux-AFS 1.3.x support. Derek
mentioned that he'd need to switch the @sys value to do this because
of a recent kernel change.
I talked things over with Derek, and we found another way to do things
such that we don't need to switch the @sys value. He just needed a
compile-time way to determine whether he was building on a 1.2.x system
or a 1.3.x system. It turns out you can do that by using the
linux/version.h header file.
- Ted