mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
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>
This commit is contained in:
parent
2630e70550
commit
2971dcb3b4
@ -43,6 +43,7 @@ typedef unsigned short gid_t;
|
||||
* the realm.
|
||||
*/
|
||||
|
||||
#ifdef PC
|
||||
|
||||
#define KRB_CONF "krb.con"
|
||||
#define KRB_RLM_TRANS "krbrealm.con"
|
||||
|
Loading…
x
Reference in New Issue
Block a user