Skip Menu |
 

Download (untitled) / with headers
text/plain 2.5KiB
From DShambroom@gte.com Fri Sep 27 16:16:37 1996
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 QAA09226 for <bugs@RT-11.MIT.EDU>; Fri, 27 Sep 1996 16:16:36 -0400
Received: from ns.gte.com by MIT.EDU with SMTP
id AA11321; Fri, 27 Sep 96 16:16:17 EDT
Received: from coltrane.gte.com by ns.gte.com (8.7.5/)
Received: from localhost by coltrane.gte.com (AIX 4.1/UCB 5.64/4.03)
id AA19470; Fri, 27 Sep 1996 16:15:39 -0400
Message-Id: <324C35EB.446B@gte.com>
Date: Fri, 27 Sep 1996 16:15:39 -0400
From: "W. David Shambroom" <DShambroom@gte.com>
Sender: wds1%coltrane@gte.com
To: krb5-bugs@MIT.EDU
Subject: Bug compiling on AIX--macro lossage

Show quoted text
>Number: 41
>Category: krb5-admin
>Synopsis: Bug compiling on AIX--macro lossage
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: bjaspan
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Sep e 16:17:01 EDT 1996
>Last-Modified: Thu Oct e 18:21:00 EDT 1996
>Originator:
>Organization:
>Release: beta-7
>Environment:
>Description:
>How-To-Repeat:
>Fix:
The following patch was needed in order to compile kadmin/kdb5_util.c
from krb5-beta7 on an RS/6000 43P running AIX 4.1.4 using CSet++ 3.1.3
and the "cc" invocation of the compiler (langlevel=extended):

*** kdb5_util.c Thu Sep 26 17:46:20 1996
--- kdb5_util.c.old Fri Sep 6 18:21:20 1996
***************
*** 114,120 ****
return NULL;
}

! #define ARG_VAL (--argc > 0 ? optarg = *(++argv) : (char *)(usage(),
NULL))

int main(argc, argv)
int argc;
--- 114,120 ----
return NULL;
}

! #define ARG_VAL (--argc > 0 ? optarg = *(++argv) : (usage(), NULL))

int main(argc, argv)
int argc;

--
W. David Shambroom E-mail: DShambroom@gte.com
Software Systems Laboratory Phone: (617) 466-2584
GTE Laboratories Incorporated Fax: (617) 466-3339


Show quoted text
>Audit-Trail:

Responsible-Changed-From-To: gnats-admin->bjaspan
Responsible-Changed-By: hartmans
Responsible-Changed-When: Mon Sep 30 00:52:55 1996
Responsible-Changed-Why:
Assign to category.

State-Changed-From-To: open-closed
State-Changed-By: bjaspan
State-Changed-When: Thu Oct 3 18:20:25 1996
State-Changed-Why:

Oops, I meant to close this pr, not just append to it.


From: "Barry Jaspan" <bjaspan@MIT.EDU>
To: DShambroom@gte.com
Cc: krb5-bugs@MIT.EDU
Subject: Re: krb5-admin/41: Bug compiling on AIX--macro lossage
Date: Thu, 3 Oct 1996 18:19:54 -0400

Fixed:

kadmin/dbutil/ChangeLog:1.20
Show quoted text
>Unformatted: