patch-rdate_h 257 B

1234567891011
  1. --- rdate.orig/rdate.h 2007-08-16 12:38:52.000000000 +0200
  2. +++ rdate/rdate.h 2013-12-30 23:00:23.000000000 +0100
  3. @@ -10,7 +10,7 @@
  4. #endif
  5. #ifdef EXT_A4R
  6. -extern u_int32_t arc4random(void);
  7. +extern uint32_t arc4random(void);
  8. #endif
  9. #ifdef __MirBSD__