summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2004-03-14 03:01:08 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2004-03-14 03:01:08 +0000
commit5b507a910413e784e51222a5c37d8906e7ecf2a5 (patch)
treec030018f5f3908b50846efdc3ec45f311cd381b0 /misc
parent44a69f2dcf6d14b35a1658605026b2d3b9c05d35 (diff)
downloadlibapr-5b507a910413e784e51222a5c37d8906e7ecf2a5.tar.gz
Reorganise the OS/2 random byte generation code to work with the new build scheme.
This is needed so buildconf uses misc/unix for OS/2. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64985 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/unix/rand.c2
-rw-r--r--misc/unix/randbyte_os2.inc (renamed from misc/os2/randbyte.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/misc/unix/rand.c b/misc/unix/rand.c
index d29c5581d..894022f6d 100644
--- a/misc/unix/rand.c
+++ b/misc/unix/rand.c
@@ -198,7 +198,7 @@ APR_DECLARE(apr_status_t) apr_generate_random_bytes(unsigned char *buf,
#undef XSTR
#ifdef OS2
-#include "../os2/randbyte.c"
+#include "randbyte_os2.inc"
#endif
#endif /* APR_HAS_RANDOM */
diff --git a/misc/os2/randbyte.c b/misc/unix/randbyte_os2.inc
index e5c9bcb45..e5c9bcb45 100644
--- a/misc/os2/randbyte.c
+++ b/misc/unix/randbyte_os2.inc