summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-09-30 17:00:36 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-09-30 17:00:36 +0000
commitaf6786e77b6f697b9c316b7c4a4d94741d459c54 (patch)
tree4d0a1f7659c0461d2964a463c5db4a9556b90a68 /misc
parent26f37199496ad139c23557cb5b11a89d089ae31e (diff)
downloadlibapr-af6786e77b6f697b9c316b7c4a4d94741d459c54.tar.gz
Go ahead and sync up the API to the prototype since Codewarrior on NetWare
won't compile with the mismatch git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/netware/rand.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/netware/rand.c b/misc/netware/rand.c
index 44425ea4a..89a8f7a80 100644
--- a/misc/netware/rand.c
+++ b/misc/netware/rand.c
@@ -62,11 +62,7 @@
#include <nks/plat.h>
APR_DECLARE(apr_status_t) apr_generate_random_bytes(unsigned char *buf,
-#ifdef APR_ENABLE_FOR_1_0
apr_size_t length)
-#else
- int length)
-#endif
{
return NXSeedRandom(length, buf);
}