summaryrefslogtreecommitdiff
path: root/sysutils/sloth
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-10 17:26:59 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-10 17:26:59 +0000
commitac81a262774c4ababc752cc6b09337610e237602 (patch)
tree863309e4ad4a26a49e79141dd1ba24cea1dc30ca /sysutils/sloth
parentAdd textproc expat into LIB_DEPENDS and bump PORTREVISION. XML support is (diff)
add missing patch
Notes
Notes: svn path=/head/; revision=58867
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>