source: trunk/patches/gcc4.2-amd64.patch @ 18

Last change on this file since 18 was 18, checked in by adi, 16 years ago

Fixes for

  • gcc-4.2 support in src/scheduler.cc/sampels/fifo/parse.c:338
  • configure for new PAM versions
File size: 427 bytes
  • src/scheduler.cc/samples/fifo/parse.c

     
    335335    perror("Error Allocating Memory");
    336336    return 0;
    337337  }
    338   memset( conf.non_prime_sort, (int) NULL, (num_sorts + 1 ) *
     338  memset( conf.non_prime_sort, 0, (num_sorts + 1 ) *
    339339                sizeof( struct sort_info) );
    340340 
    341341  if( is_prime_time() == PRIME )
Note: See TracBrowser for help on using the repository browser.