• Show log

    Commit

  • Hash : 63783511
    Author : Callum Davies
    Date : 2014-08-10T12:34:44

    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>