The following commit has been merged in the master branch:
commit ccb02bf6eb7395bbb3d66c11b99a576c19d033d4
Author: Jeffrey Altman <[email protected]>
Date:   Fri Sep 18 10:01:10 2009 -0400

    Windows: No rand_s on Windows 2000
    
    Even if the rand_s() function is supported by the compiler
    it is not supported on Windows 2000 because the kernel level
    functionality it requires does not exist on that platform.
    Calling rand_s() on Windows 2000 will throw an exception
    and terminate the service.
    
    LICENSE MIT
    
    Reviewed-on: http://gerrit.openafs.org/464
    Reviewed-by: Derrick Brashear <[email protected]>
    Tested-by: Asanka Herath <[email protected]>
    Reviewed-by: Asanka Herath <[email protected]>
    Tested-by: Jeffrey Altman <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsd/rpc_srvsvc.c |   27 ++++++++++++++++++++++-----
 1 files changed, 22 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to