From 2971dcb3b4da04fff3f4bd9c3d3e3f0ab7a94cae Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Sat, 9 Jan 2021 12:47:09 -0600 Subject: [PATCH] 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 Reviewed-by: Stephan Wiesand Reviewed-by: Benjamin Kaduk --- src/WINNT/kfw/inc/krb4/krb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WINNT/kfw/inc/krb4/krb.h b/src/WINNT/kfw/inc/krb4/krb.h index 59134da14b..fad015593c 100644 --- a/src/WINNT/kfw/inc/krb4/krb.h +++ b/src/WINNT/kfw/inc/krb4/krb.h @@ -43,6 +43,7 @@ typedef unsigned short gid_t; * the realm. */ +#ifdef PC #define KRB_CONF "krb.con" #define KRB_RLM_TRANS "krbrealm.con"