add missing patch
This commit is contained in:
parent
e6729bd3b6
commit
ac81a26277
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58867
1 changed files with 11 additions and 0 deletions
11
sysutils/sloth/files/patch-sloth.c
Normal file
11
sysutils/sloth/files/patch-sloth.c
Normal file
|
@ -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>
|
Loading…
Reference in a new issue