OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-619-g3ab9487

Gerrit Code Review gerrit@openafs.org
Tue, 4 Jan 2011 08:41:38 -0800 (PST)


The following commit has been merged in the master branch:
commit 3ab948769cae172d1bf16cb870f0ff2e7627bae6
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Wed May 12 11:27:17 2010 -0400

    Windows: netidmgr_plugin move roken.h to afscred.h
    
    Due to historical issues with the MIT KFW headers
    the netidmgr plugin must define _USE_32BIT_TIME_T
    which alters the size of time_t in all C RTL data
    structures that include it.   roken.h must be included
    after this definition in order for it to do the right
    thing in conjunction with the MIT KFW headers.  This
    means that an exception to the rule that roken.h must
    be one of the first three files included in every
    source file in the tree must exist for this directory.
    In the netidmgr_plugin directory, afscred.h includes
    roken.h and afscred.h is the first header included
    in all other files.
    
    Change-Id: I11214e5eaac0144aaf04c3a21bb92d521d75c6e1
    Reviewed-on: http://gerrit.openafs.org/3616
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/netidmgr_plugin/afsconfigdlg.c |    4 ----
 src/WINNT/netidmgr_plugin/afscred.h      |    1 +
 src/WINNT/netidmgr_plugin/afsext.c       |    4 ----
 src/WINNT/netidmgr_plugin/afsfuncs.c     |    5 -----
 src/WINNT/netidmgr_plugin/afshelp.c      |    5 -----
 src/WINNT/netidmgr_plugin/afsicon.c      |    4 ----
 src/WINNT/netidmgr_plugin/afsnewcreds.c  |    4 ----
 src/WINNT/netidmgr_plugin/afsplugin.c    |    4 ----
 src/WINNT/netidmgr_plugin/main.c         |    5 -----
 9 files changed, 1 insertions(+), 35 deletions(-)

-- 
OpenAFS Master Repository