another way is to fix inetd/inetd.c like i wrote in last mail,in this way only one line fixd. it generates compile warning : assignment int to size_t like this: inetd/inetd.c line 1232: sep-> se_argc = argc - INETD_FIELDS_MIN + 1; but it is safe coercion. i think this way is beterr.
Why this requires less work, it is less correct. It is better to fix so that we use size_t instead of int in this case.