From: Jeffrey Altman Date: Thu, 18 Jun 2009 06:04:29 +0000 (+0000) Subject: windows-netidmgr-20090617 X-Git-Tag: openafs-devel-1_5_61~211 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cfe1f5676d458ca2ca8ba562ace782305e68059f;p=packages%2Fo%2Fopenafs.git windows-netidmgr-20090617 LICENSE MIT permit building with a broader range of visual studio versions --- diff --git a/src/WINNT/netidmgr_plugin/afsfuncs.c b/src/WINNT/netidmgr_plugin/afsfuncs.c index 05018c882..d8215478b 100644 --- a/src/WINNT/netidmgr_plugin/afsfuncs.c +++ b/src/WINNT/netidmgr_plugin/afsfuncs.c @@ -29,11 +29,11 @@ #pragma warning (push) #pragma warning (disable: 4005) -#include #include -#include #include #include +#include +#include #pragma warning (pop) @@ -1417,7 +1417,7 @@ afs_get_cellconfig(char *cell, afs_conf_cell *cellconfig, char *local_cell) (void*) cellconfig); if (linkedCell[0]) - cellconfig->linkedCell = strdup(linkedCell); + cellconfig->linkedCell = _strdup(linkedCell); return rc; }