diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-11 01:26:59 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-11 01:26:59 +0800 |
commit | 87808ac16f15c6b152ddb91f2f8e0b7fe348631c (patch) | |
tree | a67c51d87da6e4b8809c5a629da2167898f69745 /sysutils/sloth | |
parent | d24f612f5543d7a621c921513b4eaab404932610 (diff) | |
download | freebsd-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.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 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> |