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