[krbdev.mit.edu #9102] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Tue Aug 22 19:49:22 EDT 2023


Tue Aug 22 19:49:22 2023: Request 9102 was acted upon.
 Transaction: Ticket created by ghudson at mit.edu
       Queue: krb5
     Subject: git commit
       Owner: ghudson at mit.edu
  Requestors: 
      Status: new
 Ticket <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 at mit.edu: edited commit message]

https://github.com/krb5/krb5/commit/a6abaaf54925a4b63aff8c81da1a0af3a7c03466
Author: Michael Osipov <michael.osipov at siemens.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: a6abaaf54925a4b63aff8c81da1a0af3a7c03466
Branch: master
 src/appl/simple/client/sim_client.c | 3 ---
 1 file changed, 3 deletions(-)



More information about the krb5-bugs mailing list