diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-11 01:26:59 +0800 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-11 01:26:59 +0800 |
commit | ac81a262774c4ababc752cc6b09337610e237602 (patch) | |
tree | 863309e4ad4a26a49e79141dd1ba24cea1dc30ca /sysutils/sloth | |
parent | e6729bd3b6f9df53dc737571ef1cdea3c7e9c5a2 (diff) | |
download | freebsd-ports-gnome-ac81a262774c4ababc752cc6b09337610e237602.tar.gz freebsd-ports-gnome-ac81a262774c4ababc752cc6b09337610e237602.tar.zst freebsd-ports-gnome-ac81a262774c4ababc752cc6b09337610e237602.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> |