[646] in arla-drinkers
Re: ydr questions
daemon@ATHENA.MIT.EDU (Love)
Sun Feb 28 17:32:34 1999
From owner-arla-drinkers@stacken.kth.se Sun Feb 28 22:32:33 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 12676 invoked from network); 28 Feb 1999 22:32:32 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 28 Feb 1999 22:32:32 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id XAA24597
for arla-drinkers-list; Sun, 28 Feb 1999 23:21:51 +0100 (MET)
Received: from elixir.e.kth.se (1073744992@elixir.e.kth.se [130.237.48.5])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id XAA24592
for <arla-drinkers@stacken.kth.se>; Sun, 28 Feb 1999 23:21:43 +0100 (MET)
Received: from hummel.e.kth.se (hummel.e.kth.se [130.237.43.135])
by elixir.e.kth.se (8.9.2/8.9.2) with ESMTP id XAA14759;
Sun, 28 Feb 1999 23:21:42 +0100 (MET)
Received: (from lha@localhost)
by hummel.e.kth.se (8.9.2/8.9.2) id XAA07518;
Sun, 28 Feb 1999 23:21:39 +0100 (MET)
From: Love <lha@stacken.kth.se>
To: Derrick J Brashear <shadow@dementia.org>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: ydr questions
References: <Pine.LNX.3.95L.990228151044.19402J-100000@jooky.trafford.dementia.org>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 28 Feb 1999 23:21:39 +0100
In-Reply-To: Derrick J Brashear's message of Sun, 28 Feb 1999 15:14:24 -0500 (EST)
Message-ID: <amiucm88zw.fsf@hummel.e.kth.se>
Lines: 22
X-Mailer: Gnus v5.5/Emacs 20.2
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Derrick J Brashear <shadow@dementia.org> writes:
> a) Why does ydr #include <roken.h> in %.ydr.c, %.cs.c, and %.ss.c, and
> #include <arlad/fs_errors.h> in %.cs.c? (I haven't done much testing yet,
> but on Redhat Linux 4.2/sparc with all the other crap I have installed
> which makes it not really RH4.2 anymore, but which should not affect this,
> none of these inclusions are necessary.)
roken.h: Since there is many other operatingsystem out there
(ultrix,osf,solaris,irix,etc) that this will break on. We want it to build
on all OS.
arlad/fs_errors.h: to rewrite the errorcodes from the fileserver to outside
the range of errno's. Its not ydr that includes it, its in the .xg file.
> b) Given that ydr is (or should be, mostly aside from above) an rxgen
> replacement, and with the other stuff already being installed from Arla it
> could be useful as such, any reason not to install it?
Guess not, just that someone forgot to do it.
Love