]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Fix arc4random() and arc4random_stir() prototypes
authorCallum Davies <calrogman@gmail.com>
Sun, 10 Aug 2014 11:34:44 +0000 (12:34 +0100)
committerGuillem Jover <guillem@hadrons.org>
Tue, 12 Aug 2014 10:18:13 +0000 (12:18 +0200)
commit6378351169696f9d446de93a3efd75b4b061fecc
treefdbe73125810f4651d7d2e484e6d412be5eea570
parente390651b646c173ccd0648d05d3fcc4585613b01
Fix arc4random() and arc4random_stir() prototypes

These two functions accept no arguments.  The prototypes should reflect
this.  This change lets the compiler warn about certain (admittedly
silly) mistakes.

Signed-off-by: Guillem Jover <guillem@hadrons.org>
include/bsd/stdlib.h