Hi! > - for (loop = 1; loop <= max_val_opfiles; loop++) { > + for (loop = 0; ; loop++) { Why not just for (;;) ? I do not see that we use the loop variable anywhere in the code. -- Cyril Hrubis chrubis@suse.cz