OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-516-g4f7d192

Gerrit Code Review gerrit@openafs.org
Fri, 27 Sep 2024 10:34:42 -0400


The following commit has been merged in the master branch:
commit 4f7d192bcbcda4630a09b08c6ebe8bb7bdc39de9
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Thu Aug 22 14:34:30 2024 -0700

    serverLog: call setvbuf unconditionally
    
    The setvbuf() function is part of C89, and we require C89 support
    from our platforms.  Remove the configure check and the corresponding
    conditional logic.  (As it happens, we were calling setvbuf() without
    the conditional elsewhere anyway, via the setlinebuf() macros, so
    we should not see any additional breakage from this change.)
    
    Change-Id: Iff850bfbafdb9a17f50410d309d9d9e9be3fa951
    Reviewed-on: https://gerrit.openafs.org/15841
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>

 src/cf/functions.m4  | 1 -
 src/util/serverLog.c | 4 ----
 2 files changed, 5 deletions(-)

-- 
OpenAFS Master Repository