OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-542-gde46ede

Gerrit Code Review gerrit@openafs.org
Thu, 10 Oct 2024 12:57:49 -0400


The following commit has been merged in the master branch:
commit de46edef693d9fc7ab530eb17286edc999c12f03
Author: Cheyenne Wills <cwills@sinenomine.net>
Date:   Mon Sep 9 13:22:07 2024 -0600

    Remove lowercase min/max macro definitions
    
    A prior commit:
        "Replace lowercase min/max macros with opr_min/max"
           (Change-Id: Ib7c91b4e59aaf76ab77f293016496d6179c23c88)
    replaced the uses of the min and max macros with opr_min and opr_max.
    
    As a cleanup, remove the definitions for the min() and max() macros.
    
    As noted in the above commit, there were several locations that left
    the min/max macros alone:
         src/WINNT
         src/external/heimdal
    
    Change-Id: I263d91b04a2aed14bf9e1ebca1616629f36e6b23
    Reviewed-on: https://gerrit.openafs.org/15843
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 src/afs/AIX/osi_vfs.h          | 1 -
 src/butc/afsxbsa.h             | 8 --------
 src/config/stds.h              | 8 --------
 src/crypto/rfc3961/krb5_locl.h | 4 ----
 src/rxkad/rxkad_client.c       | 4 ----
 src/tests/create-files.c       | 5 -----
 src/util/ktime.h               | 1 -
 7 files changed, 31 deletions(-)

-- 
OpenAFS Master Repository