The following commit has been merged in the master branch:
commit 4f7d192bcbcda4630a09b08c6ebe8bb7bdc39de9
Author: Benjamin Kaduk <[email protected]>
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 <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>

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

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to