OpenSDE Packages Database (without history before r20070)
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.

20 lines
509 B

  1. --- ./hotplug2.c.orig 2007-08-15 16:36:03.000000000 -0400
  2. +++ ./hotplug2.c 2007-08-15 16:39:05.000000000 -0400
  3. @@ -13,6 +13,7 @@
  4. #include <unistd.h>
  5. #include <stdlib.h>
  6. #include <errno.h>
  7. +#include <libgen.h>
  8. #include <sys/socket.h>
  9. #include <sys/types.h>
  10. #include <sys/un.h>
  11. @@ -27,6 +28,9 @@
  12. #include "rules.h"
  13. #include "childlist.h"
  14. +#ifndef WAIT_ANY
  15. +#define WAIT_ANY (pid_t)-1
  16. +#endif
  17. #define TERMCONDITION (persistent == 0 && \
  18. coldplug_p == FORK_FINISHED && \
  19. child == NULL && \