eca4cb0b58
to fix some broken application. Application breakage is now hidden by a recently introduced wrong #include of <sys/types.h> in <sys/time.h>. <sys/time.h> is a prerequisite for <sys/resource.h>, so the <sys/types.h> prereqisite is automatically supplied. Cast RLIM_INFINITY to the correct (signed) type.