[3092] in Kerberos-V5-bugs
krb5-appl/733: bug report
daemon@ATHENA.MIT.EDU (wds1@gte.com)
Tue Jul 6 16:49:17 1999
Resent-From: gnats@rt-11.MIT.EDU (GNATS Management)
Resent-To: krb5-unassigned@RT-11.MIT.EDU
Resent-Reply-To: krb5-bugs@MIT.EDU, wds1@gte.com
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
>Number: 733
>Category: krb5-appl
>Synopsis: bug report
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: krb5-unassigned
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Tue Jul 06 16:49:01 EDT 1999
>Last-Modified:
>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
>Release: krb5-1.0.5
>Environment:
System: AIX coltrane 3 4 000580834C00
>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.
>How-To-Repeat:
Compile-time error.
>Fix:
Declaration is not needed under AIX 4.3.
>Audit-Trail:
>Unformatted:
no
Declaration in appl/user_user/client.c is incompatible with AIX 4.3 <netdb.h>.