diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/sloth/files/patch-sloth.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/sloth/files/patch-sloth.c b/sysutils/sloth/files/patch-sloth.c new file mode 100644 index 0000000..9db1d51 --- /dev/null +++ b/sysutils/sloth/files/patch-sloth.c @@ -0,0 +1,11 @@ +--- sloth.c.orig Sat May 11 01:25:43 2002 ++++ sloth.c Sat May 11 01:25:49 2002 +@@ -23,7 +23,7 @@ + */ + + #include <stdio.h> +-#include <wait.h> ++#include <sys/wait.h> + #include <signal.h> + #include <sys/types.h> + #include <sys/time.h> |