diff options
Diffstat (limited to 'net/samba36/files/patch-lib__replace__system__wait.h')
-rw-r--r-- | net/samba36/files/patch-lib__replace__system__wait.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/samba36/files/patch-lib__replace__system__wait.h b/net/samba36/files/patch-lib__replace__system__wait.h deleted file mode 100644 index 3cfa995371b3..000000000000 --- a/net/samba36/files/patch-lib__replace__system__wait.h +++ /dev/null @@ -1,21 +0,0 @@ ---- ./lib/replace/system/wait.h.orig 2010-04-01 15:26:22.000000000 +0200 -+++ ./lib/replace/system/wait.h 2010-04-23 01:08:35.000000000 +0200 -@@ -32,6 +32,18 @@ - - #include <signal.h> - -+#ifndef SIGRTMIN -+# ifdef NSIG -+# define SIGRTMIN (NSIG+1) -+# else -+# define SIGRTMIN 33 -+# endif -+#endif -+ -+#ifndef SIGRTMAX -+#define SIGRTMAX (SIGRTMIN+64) -+#endif -+ - #ifndef SIGCLD - #define SIGCLD SIGCHLD - #endif |