about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2011-11-03 10:40:14 -0500
committerMarco Peereboom <marco@conformal.com>2011-11-03 10:40:14 -0500
commit54a19f1e9abf820bc5d76156a9f3e3efbf0a1078 (patch)
tree8de5a17cda47d72554da03f1232cf36bc4b4c0c6
parentc8ce296579d64d6d1211d024c388c4e51898af55 (diff)
downloadxombrero-54a19f1e9abf820bc5d76156a9f3e3efbf0a1078.tar.gz
kill warning
-rw-r--r--xxxterm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xxxterm.h b/xxxterm.h
index 8b3075a..26067f0 100644
--- a/xxxterm.h
+++ b/xxxterm.h
@@ -36,7 +36,8 @@
 #include "linux/tree.h"
 #include <bsd/stdlib.h>
 # if !defined(sane_libbsd_headers)
-void arc4random_buf(void *, size_t);
+void		arc4random_buf(void *, size_t);
+u_int32_t	arc4random_uniform(u_int32_t);
 # endif
 #elif defined(__FreeBSD__)
 #include <libutil.h>