OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_0-89-g2971dcb
Gerrit Code Review
gerrit@openafs.org
Wed, 13 Jan 2021 00:18:10 -0500
The following commit has been merged in the master branch:
commit 2971dcb3b4da04fff3f4bd9c3d3e3f0ab7a94cae
Author: Andrew Deason <adeason@sinenomine.net>
Date: Sat Jan 9 12:47:09 2021 -0600
WINNT: Restore missing '#ifdef PC'
Commit 339167ef (Remove dead code) meant to remove the '#ifdef notdef'
block in here, but we accidentally also removed the subsequent '#ifdef
PC'.
This file may not be very important, since WINNT still builds with
this mistake, but an unbalanced #ifdef is potentially super confusing,
so fix it.
Change-Id: I100792830e1bed0af08bcb81a34bb185b2c6358a
Reviewed-on: https://gerrit.openafs.org/14487
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/WINNT/kfw/inc/krb4/krb.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository