Skip Menu |
 

Download (untitled) / with headers
text/plain 2.4KiB
From wds1@coltrane.gte.com Tue Jul 6 16:48:56 1999
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id QAA13087 for <bugs@RT-11.MIT.EDU>; Tue, 6 Jul 1999 16:48:55 -0400
Received: from h132-197-114-11.gte.com by MIT.EDU with SMTP
id AA18905; Tue, 6 Jul 99 16:49:33 EDT
Received: (from wds1@localhost) by coltrane.gte.com (AIX4.3/UCB 8.8.8/8.8.8) id QAA24272; Tue, 6 Jul 1999 16:48:39 -0400
Message-Id: <199907062048.QAA24272@coltrane.gte.com>
Date: Tue, 6 Jul 1999 16:48:39 -0400
From: wds1@gte.com
Reply-To: wds1@gte.com
To: krb5-bugs@MIT.EDU
Cc: wds1@gte.com
Subject: bug report
X-Send-Pr-Version: 3.99

Show quoted text
>Number: 733
>Category: krb5-appl
>Synopsis: bug report
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: raeburn
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Tue Jul 06 16:49:01 EDT 1999
>Last-Modified: Fri Jul 09 15:16:26 EDT 1999
>Originator: DShambroom@gte.com
>Organization:
GTE Laboratories
--
W. David Shambroom E-mail: DShambroom@gte.com
Senior Technologist Phone: (781) 466-2584
GTE Laboratories Incorporated Fax: (781) 466-3339
PGP key: 1024/09CC2121 fingerprint=68A47DA6FF484189 97B5B4C8DFF8B443
Show quoted text
>Release: krb5-1.0.5
>Environment:

System: AIX coltrane 3 4 000580834C00


Show quoted text
>Description:

AIX 4.3.2 file /usr/include/netdb.h contains the lines:

extern void *h_errno_which(void);
#define h_errno (*(int *)h_errno_which())

Source file appl/user_user/client.c line 86 reads:

extern int h_errno;

These are incompatible. The above declaration is also found in
appl/gssftp/ftpd/ftpd.c.
Show quoted text
>How-To-Repeat:

Compile-time error.
Show quoted text
>Fix:

Declaration is not needed under AIX 4.3.
Show quoted text
>Audit-Trail:

Responsible-Changed-From-To: krb5-unassigned->raeburn
Responsible-Changed-By: raeburn
Responsible-Changed-When: Fri Jul 9 15:13:23 1999
Responsible-Changed-Why:

I'll answer.

State-Changed-From-To: open-closed
State-Changed-By: raeburn
State-Changed-When: Fri Jul 9 15:13:31 1999
State-Changed-Why:

All declarations and definitions of h_errno have already been removed
from the 1.1 development branch but two -- one Windows-specific, and
one in telnet used only for UNIX systems not providing herror().
Since you didn't mention that one, I assume the AIX build does not use
that file.

Show quoted text
>Unformatted:
no
Declaration in appl/user_user/client.c is incompatible with AIX 4.3 <netdb.h>.