[16944] in Kerberos-V5-bugs
[krbdev.mit.edu #9102] git commit
daemon@ATHENA.MIT.EDU (Greg Hudson via RT)
Mon Jun 24 19:50:54 2024
From: "Greg Hudson via RT" <rt@krbdev.mit.edu>
In-Reply-To:
Message-ID: <rt-4.4.3-2-3969288-1719273047-341.9102-5-0@mit.edu>
To: "AdminCc of krbdev.mit.edu Ticket #9102":;
Date: Mon, 24 Jun 2024 19:50:47 -0400
MIME-Version: 1.0
Reply-To: rt@krbdev.mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krb5-bugs-bounces@mit.edu
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9102 >
Eliminate sim_client include of getopt.h
Commit 9139a60c94c24e41109574e84e7cda9c2dc3fb38 added an unconditional
include of getopt.h, which is non-portable (it isn't present on HP-UX)
and unecessary for getopt(). The same commit also disabled the
include of unistd.h (which is necessary for getopt()), as sim_client
no longer indirectly includes autoconf. Make the unistd.h include
unconditional and remove the getopt.h include.
[ghudson@mit.edu: edited commit message]
(cherry picked from commit a6abaaf54925a4b63aff8c81da1a0af3a7c03466)
https://github.com/krb5/krb5/commit/8780d8831b07d2dc4348645de202e70424c5987e
Author: Michael Osipov <michael.osipov@siemens.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 8780d8831b07d2dc4348645de202e70424c5987e
Branch: krb5-1.21
src/appl/simple/client/sim_client.c | 3 ---
1 file changed, 3 deletions(-)
_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs