aboutsummaryrefslogtreecommitdiff
path: root/devel/apr1/files/patch-rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/apr1/files/patch-rand.c')
-rw-r--r--devel/apr1/files/patch-rand.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/apr1/files/patch-rand.c b/devel/apr1/files/patch-rand.c
deleted file mode 100644
index 4d9c982c4c95..000000000000
--- a/devel/apr1/files/patch-rand.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- apr-1.2.2/misc/unix/rand.c.orig Wed Nov 2 20:17:10 2005
-+++ apr-1.2.2/misc/unix/rand.c Wed Nov 2 20:17:43 2005
-@@ -35,11 +35,10 @@
- #if APR_HAVE_SYS_UN_H
- #include <sys/un.h>
- #endif
--#ifdef HAVE_UUID_UUID_H
--#include <uuid/uuid.h>
--#endif
- #ifdef HAVE_UUID_H
- #include <uuid.h>
-+#elif defined(HAVE_UUID_UUID_H)
-+#include <uuid/uuid.h>
- #endif
-
- #ifndef SHUT_RDWR