OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-489-gd299dfb

Gerrit Code Review gerrit@openafs.org
Thu, 12 Sep 2024 12:31:03 -0400


The following commit has been merged in the master branch:
commit d299dfbfe90482b26b5f5551eb5be1b8e76d6ac4
Author: Cheyenne Wills <cwills@sinenomine.net>
Date:   Thu Aug 15 16:08:18 2024 -0600

    rx: Remove includes for MIN/MAX in rx_packet.h
    
    The commit:
        "opr: replace MIN/MAX macros with opr_min/opr_max"
           (Change I2d7b54193ec91f7ead9c5c5f714d9a8bc7533bf7)
    replaced all uses of the MIN and MAX macros with opr_min and opr_max.
    
    The include for sys/param.h and sys/sysmacros.h in rx_packet.h are no
    longer needed for MIN/MAX.
    
    Remove the preprocessor conditionals and the includes for param.h and
    sysmacros.h.
    
    Change-Id: I8f287b012e17ec5cfd6a44525ecdb5e525e21be5
    Reviewed-on: https://gerrit.openafs.org/15823
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/rx/rx_packet.h | 14 --------------
 1 file changed, 14 deletions(-)

-- 
OpenAFS Master Repository