xserver: Branch 'master'

Matthieu Herrb herrb at kemper.freedesktop.org
Sat May 17 04:08:06 PDT 2008


 configure.ac |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 895d4e274d2b4638f0e6838dfee0e543311dba34
Author: Brad Smith <brad at comstyle.com>
Date:   Sat May 17 13:05:58 2008 +0200

    BSD's also have /dev/urandom.

diff --git a/configure.ac b/configure.ac
index 403ce8c..311f5c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,6 +179,8 @@ AC_CHECK_FUNC([dlopen], [],
 case $host_os in
     linux*|darwin*)
 	AC_DEFINE(HAVE_URANDOM, 1, [Has /dev/urandom]) ;;
+    freebsd*|netbsd*|openbsd*|dragonfly*)
+	AC_DEFINE(HAVE_URANDOM, 1, [Has /dev/urandom]) ;;
     solaris*)
 	# Solaris 8 with patches, or Solaris 9 or later have /dev/urandom
 	if test -r /dev/urandom ; then


More information about the xorg-commit mailing list