$NetBSD: patch-ao,v 1.1.1.1 2003/05/25 08:55:19 epg Exp $ --- apr/configure.orig 2003-01-18 17:20:31.000000000 +0200 +++ apr/configure 2003-01-28 16:13:11.000000000 +0200 @@ -24713,7 +24713,7 @@ 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