Ignore:
Timestamp:
May 23, 2007, 7:31:19 AM (18 years ago)
Author:
bird
Message:

Merged with the 2007-05-23 CVS. Added rsort and fixed a couple of windows build issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/getloadavg.c

    r503 r903  
    707707        {
    708708          struct class_stats stats;
    709           bzero ((char *) &stats, sizeof stats);
     709          memset (&stats, '\0', sizeof stats);
    710710
    711711          desc.sd_type = CPUTYPE_CLASS;
Note: See TracChangeset for help on using the changeset viewer.