[llvm-commits] [test-suite] r111442 - /test-suite/trunk/MultiSource/Applications/OpenSSL/rand_unix.c

Owen Anderson resistor at mac.com
Wed Aug 18 15:43:20 PDT 2010


Author: resistor
Date: Wed Aug 18 17:43:19 2010
New Revision: 111442

URL: http://llvm.org/viewvc/llvm-project?rev=111442&view=rev
Log:
Fix the building of this test.

Modified:
    test-suite/trunk/MultiSource/Applications/OpenSSL/rand_unix.c

Modified: test-suite/trunk/MultiSource/Applications/OpenSSL/rand_unix.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/OpenSSL/rand_unix.c?rev=111442&r1=111441&r2=111442&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/OpenSSL/rand_unix.c (original)
+++ test-suite/trunk/MultiSource/Applications/OpenSSL/rand_unix.c Wed Aug 18 17:43:19 2010
@@ -116,22 +116,6 @@
 #include "rand.h"
 #include "rand_lcl.h"
 
-#if !(defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_OS2) || defined(OPENSSL_SYS_VXWORKS) || defined(OPENSSL_SYS_NETWARE))
-
-#include <sys/types.h>
-#include <sys/time.h>
-#include <sys/times.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <unistd.h>
-#include <time.h>
-#if defined(OPENSSL_SYS_LINUX) /* should actually be available virtually everywhere */
-# include <poll.h>
-#endif
-#include <limits.h>
-#ifndef FD_SETSIZE
-# define FD_SETSIZE (8*sizeof(fd_set))
-#endif
 
 int RAND_poll(void)
 	{





More information about the llvm-commits mailing list