This patch fixes the warnings about missing setpgid/getpgid prototypes on tools/sulogin.c.
--- initng-0.6.4.old/tools/sulogin.c 2006-05-07 23:40:12.000000000 -0300 +++ initng-0.6.4/tools/sulogin.c 2006-05-07 23:40:12.000000000 -0300 @@ -17,6 +17,7 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> +#define __USE_XOPEN_EXTENDED #include <unistd.h> #include <fcntl.h> #include <signal.h> -- _______________________________________________ Initng mailing list [email protected] http://jw.dyndns.org/mailman/listinfo/initng
