diff options
Diffstat (limited to 'libXdmcp/GenKey.c')
-rw-r--r-- | libXdmcp/GenKey.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libXdmcp/GenKey.c b/libXdmcp/GenKey.c index 1469082ba..97f190b8f 100644 --- a/libXdmcp/GenKey.c +++ b/libXdmcp/GenKey.c @@ -54,12 +54,6 @@ getbits (long data, unsigned char *dst) #define srandom srand48 #define random lrand48 #endif -#ifdef WIN32 -#include <process.h> -#define srandom srand -#define random rand -#define getpid(x) _getpid(x) -#endif void XdmcpGenerateKey (XdmAuthKeyPtr key) |