Index: flag.c =================================================================== --- flag.c (revision 31004) +++ flag.c (revision 31005) @@ -54,7 +54,7 @@ return flag; } -int pcb_mem_any_set(unsigned char *ptr, int bytes) +int rnd_mem_any_set(unsigned char *ptr, int bytes) { while (bytes--) if (*ptr++)