OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-453-g83d9a86

Gerrit Code Review gerrit@openafs.org
Fri, 6 Sep 2019 10:33:30 -0400


The following commit has been merged in the master branch:
commit 83d9a86fb1af519a92ffc0d8f6d73cddded8f6f5
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Aug 26 22:03:23 2019 -0500

    opr: Include procmgmt_softsig.h for WINNT
    
    On WINNT, procmgmt_softsig.h exists to implement our opr softsig
    routines in terms of procmgmt routines. Any time we include
    opr/softsig.h in cross-platform code, we currently must also include
    afs/procmgmt_softsig.h so we can build on WINNT. We currently do not
    do this in src/xstat, causing build failures on WINNT.
    
    To avoid this, just make opr/softsig.h include procmgmt_softsig.h
    itself, so all of the opr/softsig.h users don't have to remember to do
    this. Link xstat_*_test against procmgmt, so linking will succeed for
    those tools.
    
    Change-Id: I2dc8226d438be25cdccbe96474220d7c81ae25b9
    Reviewed-on: https://gerrit.openafs.org/13824
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/opr/softsig.h       |    4 ++++
 src/ptserver/ptserver.c |    1 -
 src/util/serverLog.c    |    1 -
 src/viced/viced.c       |    1 -
 src/vlserver/vlserver.c |    1 -
 src/volser/volmain.c    |    1 -
 src/xstat/NTMakefile    |    1 +
 7 files changed, 5 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository