[Pkg-sks-commit] r155 - sks/trunk/sks/debian/patches
    chrism at alioth.debian.org 
    chrism at alioth.debian.org
       
    Thu Jun 19 15:13:36 UTC 2008
    
    
  
Author: chrism
Date: 2008-06-19 15:13:35 +0000 (Thu, 19 Jun 2008)
New Revision: 155
Modified:
   sks/trunk/sks/debian/patches/511_sys_random
Log:
[project @ 157]
fix sys_random patch
Original author: weasel
Date: 2004-10-18 22:04:14.085804+00:00
Modified: sks/trunk/sks/debian/patches/511_sys_random
===================================================================
--- sks/trunk/sks/debian/patches/511_sys_random	2008-06-19 15:11:38 UTC (rev 154)
+++ sks/trunk/sks/debian/patches/511_sys_random	2008-06-19 15:13:35 UTC (rev 155)
@@ -6,7 +6,7 @@
    (* Low-entropy system-dependent initialisation. *)
  
 -  external random_seed: unit -> int = "sys_random_seed"
-+  external random_seed: unit -> int = "ocaml_sys_random_seed"
++  external random_seed: unit -> int = "caml_sys_random_seed"
  
    let self_init () = init (random_seed())
  
    
    
More information about the Pkg-sks-commit
mailing list