diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-26 14:12:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-26 14:12:14 +0000 |
commit | e7835108d79501ff36e7f617dbabe856da0b7513 (patch) | |
tree | 19d470dce26994c6baf0861339e4d6b1dc292197 /net/sipsak/files/patch-helper.c | |
parent | Improve compatibility with 4.x, particularly: (diff) |
- Update to 0.8.11
PR: ports/73104
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Approved by: jesusr (maintainer)
Notes
Notes:
svn path=/head/; revision=120226
Diffstat (limited to 'net/sipsak/files/patch-helper.c')
-rw-r--r-- | net/sipsak/files/patch-helper.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sipsak/files/patch-helper.c b/net/sipsak/files/patch-helper.c new file mode 100644 index 000000000000..ef847bf4f05e --- /dev/null +++ b/net/sipsak/files/patch-helper.c @@ -0,0 +1,11 @@ +--- helper.c.orig Tue Oct 26 15:49:48 2004 ++++ helper.c Tue Oct 26 15:53:43 2004 +@@ -23,6 +23,8 @@ + #include <sys/utsname.h> + #include <string.h> + #include <ctype.h> ++#include <sys/types.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + + #include "helper.h" |