hp_old           1225 lib/fencing/st_client.c     stonith_history_t *hp, *hp_old;
hp_old           1227 lib/fencing/st_client.c     for (hp = history; hp; hp_old = hp, hp = hp->next, free(hp_old)) {