From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.9) with SMTP id IAA22618 for ; Thu, 8 Jun 1995 08:37:26 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA21152 (5.65c/Gatech-10.0-IDA for ); Wed, 7 Jun 1995 18:35:29 -0400 Received: by math (5.x/SMI-SVR4) id AA08310; Wed, 7 Jun 1995 18:33:08 -0400 Resent-Date: Wed, 7 Jun 1995 15:34:16 -0700 Old-Return-Path: Date: Wed, 7 Jun 1995 15:34:16 -0700 From: Ted Scharlemann Message-Id: <199506072234.PAA04723@wsets.llnl.gov> To: zsh-workers@math.gatech.edu Subject: logname in zsh-2.6b9 Resent-Message-Id: <"evpl4.0.i12.ZaYrl"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/84 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu After many months of happily using zsh-2.6-beta2, I just grabbed zsh-2.6-beta9 from math.gatech.edu and tried to compile it. My first attempt was unsuccessful, because somewhere between b2 and b9, "EXTERN char *zlogname;" in globals.h, init.c, and params.c was changed to "EXTERN char *logname;" which conflicts with logname(3), declared "char *logname(void);" in (this is on HPUX 9.05 HP9000/715). May I recommend that you revert to "zlogname"?? And many thanks for your efforts. I have become very fond of zsh. (Incidentally, I am not a subscriber to this list.) Ted Scharlemann ets@llnl.gov