From: Andrew Deason Date: Sat, 9 Jan 2021 18:47:09 +0000 (-0600) Subject: WINNT: Restore missing '#ifdef PC' X-Git-Tag: openafs-devel-1_9_1~46 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=2971dcb3b4da04fff3f4bd9c3d3e3f0ab7a94cae 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 --- diff --git a/src/WINNT/kfw/inc/krb4/krb.h b/src/WINNT/kfw/inc/krb4/krb.h index 59134da..fad0155 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"