$OpenBSD: patch-glib_grand_c,v 1.3 2010/09/30 07:17:19 ajacoutot Exp $
--- glib/grand.c.orig	Mon Sep 13 17:57:51 2010
+++ glib/grand.c	Mon Sep 27 14:42:36 2010
@@ -227,7 +227,7 @@ g_rand_new (void)
       do
         {
 	  errno = 0;
-	  dev_urandom = fopen("/dev/urandom", "rb");
+	  dev_urandom = fopen("/dev/arandom", "rb");
 	}
       while G_UNLIKELY (errno == EINTR);
 
