Cyril Hrubis <chrubis@suse.cz> writes: > 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. You're right - the loop variable can be dropped entirely.