aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/sloth
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-05-11 01:26:59 +0800
committerijliao <ijliao@FreeBSD.org>2002-05-11 01:26:59 +0800
commit87808ac16f15c6b152ddb91f2f8e0b7fe348631c (patch)
treea67c51d87da6e4b8809c5a629da2167898f69745 /sysutils/sloth
parentd24f612f5543d7a621c921513b4eaab404932610 (diff)
downloadfreebsd-ports-gnome-87808ac16f15c6b152ddb91f2f8e0b7fe348631c.tar.gz
freebsd-ports-gnome-87808ac16f15c6b152ddb91f2f8e0b7fe348631c.tar.zst
freebsd-ports-gnome-87808ac16f15c6b152ddb91f2f8e0b7fe348631c.zip
add missing patch
Diffstat (limited to 'sysutils/sloth')
-rw-r--r--sysutils/sloth/files/patch-sloth.c11
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 000000000000..9db1d5168400
--- /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>