diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-04 23:28:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-04 23:28:32 +0000 |
commit | b764749dc7ba4198709de1e40b66ebda8af8e75b (patch) | |
tree | ae6a68b4db9c757974eb0263b92f0e28e4cc4e73 /comms/echolinux/files/patch-echolinux_control.c | |
parent | Please welcome erwin to the ports tree. (diff) |
Add echolinux, an EchoLink client for UNIX.
PR: ports/68587
Submitted by: Diane Bruce <db@night.db.net>
Diffstat (limited to 'comms/echolinux/files/patch-echolinux_control.c')
-rw-r--r-- | comms/echolinux/files/patch-echolinux_control.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/echolinux/files/patch-echolinux_control.c b/comms/echolinux/files/patch-echolinux_control.c new file mode 100644 index 000000000000..c1645e7e1ac2 --- /dev/null +++ b/comms/echolinux/files/patch-echolinux_control.c @@ -0,0 +1,12 @@ +--- echolinux/control.c.orig Mon Feb 2 22:29:46 2004 ++++ echolinux/control.c Fri Jul 2 00:58:38 2004 +@@ -24,7 +24,8 @@ + #include <arpa/inet.h> + #include <netdb.h> + #include <errno.h> +-#include <wait.h> ++#include <sys/types.h> ++#include <sys/wait.h> + #include <signal.h> + #include <string.h> + #include <sys/time.h> |