[18] in arla-drinkers
Re: afs_strerror()?
daemon@ATHENA.MIT.EDU (Love)
Sun Jun 21 15:53:22 1998
From arla-drinkers-request@sundance.stacken.kth.se Sun Jun 21 19:53:21 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 16966 invoked from network); 21 Jun 1998 19:53:20 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 21 Jun 1998 19:53:20 -0000
Received: from elixir.e.kth.se (sendmail@elixir.e.kth.se [130.237.48.5])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id VAA01496
for <arla-drinkers@stacken.kth.se>; Sun, 21 Jun 1998 21:48:40 +0200 (MET DST)
Received: from zafir.e.kth.se (zafir.e.kth.se [130.237.48.6])
by elixir.e.kth.se (8.8.7/8.8.7) with ESMTP id VAA13679;
Sun, 21 Jun 1998 21:48:39 +0200 (MET DST)
Received: (e96_lho@localhost) by zafir.e.kth.se (8.8.7/8.6.6) id VAA10493; Sun, 21 Jun 1998 21:48:38 +0200 (MET DST)
From: Love <lha@stacken.kth.se>
To: John Hawkinson <jhawk@mit.edu>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: afs_strerror()?
References: <199806210855.EAA25136@mary-kay-commandos.MIT.EDU>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Date: 21 Jun 1998 21:48:38 +0200
In-Reply-To: John Hawkinson's message of Sun, 21 Jun 1998 04:55:07 -0400
Message-ID: <yxb2btrm5yeh.fsf@zafir.e.kth.se>
Lines: 21
X-Mailer: Gnus v5.5/Emacs 20.2
John Hawkinson <jhawk@MIT.EDU> writes:
> I'm sort of wondering if we should have one.
> Or perhaps an rx_strerror().
There exist a thing like this:
lib/ko/koerror.c:char *koerr_gettext(koerr_t err)
> > ./pts mem jhawk
> mem: pts: pts_name_to_id(..) returned 19270408
This is wrong, and koerror_gettext was older, the name is not really
that great, but it also does things like strerror(). Like a one
wayentry for all num2str errors.
> An rx_strerror() seems like it'd be the right thing here.
> Concurrance? Disagreement?
Yes, great. I'll try to fix it tonight.
Love