mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
626 B

  1. diff -Naur minit-0.10-orig/serdo.c minit-0.10/serdo.c
  2. --- minit-0.10-orig/serdo.c 2005-02-26 18:00:22.000000000 +0100
  3. +++ minit-0.10/serdo.c 2007-07-12 03:58:30.292420270 +0200
  4. @@ -7,6 +7,8 @@
  5. #include <str.h>
  6. #include <byte.h>
  7. +extern char **environ;
  8. +
  9. #define MAXENV 256
  10. char* envp[MAXENV+2];
  11. int envc;
  12. diff -Naur minit-0.10-orig/shutdown.c minit-0.10/shutdown.c
  13. --- minit-0.10-orig/shutdown.c 2004-01-29 15:40:45.000000000 +0100
  14. +++ minit-0.10/shutdown.c 2007-07-12 03:57:10.051209844 +0200
  15. @@ -26,6 +26,7 @@
  16. #include <stdio.h>
  17. #include <stdlib.h>
  18. #include <sys/wait.h>
  19. +#include <string.h>
  20. #include "str.h"