DragonFly BSD
DragonFly commits List (threaded) for 2003-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/lib/libc/stdlib random.c


From: Jeroen Ruigrok/asmodai <asmodai@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 6 Sep 2003 01:00:07 -0700 (PDT)

asmodai     2003/09/06 01:00:07 PDT

  Modified files:
    lib/libc/stdlib      random.c 
  Log:
  Fix dependency that long is always 32 bits.  This does not work on (I)LP64
  platforms.
  
  This works for Itanium and i386, but on x86-64 and sparc64 it gives corrupted
  values.
  
  Submitted by:	Hiroki Sato, FreeBSD PR 56502
  
  Revision  Changes    Path
  1.3       +34 -33    src/lib/libc/stdlib/random.c




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]