Index: flag.c =================================================================== --- flag.c (revision 4875) +++ flag.c (revision 4876) @@ -68,7 +68,7 @@ return flag; } -int mem_any_set(unsigned char *ptr, int bytes) +int pcb_mem_any_set(unsigned char *ptr, int bytes) { while (bytes--) if (*ptr++)