Skip Menu |
 

Subject: Avoid rolling our own getopt()
It looks like src/slave/kprop{,d}.c have their own PRS() routines that
are coding the function of getopt() manually. We should convert these
and any other holdouts to use getopt() like the rest of the codebase.