$NetBSD: patch-an,v 1.2 2005/04/25 09:13:02 adam Exp $

--- apr/configure.in.orig	2005-02-04 16:58:13.000000000 +0000
+++ apr/configure.in
@@ -1679,7 +1679,7 @@ if test "$rand" != "1"; then
   if test "$apr_devrandom" = "yes"; then
     # /dev/random on OpenBSD doesn't provide random data, so
     # prefer /dev/arandom, which does; see random(4).
-    for f in /dev/arandom /dev/random /dev/urandom; do
+    for f in /dev/arandom /dev/urandom /dev/random; do
       if test -r $f; then
         apr_devrandom=$f
         rand=1
