diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-12-20 20:40:26 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-12-20 20:40:26 +0000 |
commit | 72e04ee2b8e8eb609e941000148c4e27e26b09e2 (patch) | |
tree | 31fbe679e76e25cc64489d3968ce9f9fa33a7569 /devel/strace/files | |
parent | - use the non-versioned URL instead (diff) |
- Update to 4.5.6
PR: ports/118891
Submitted by: Philippe Audeoud <jadawin tuxaco.net>
Notes
Notes:
svn path=/head/; revision=204231
Diffstat (limited to 'devel/strace/files')
-rw-r--r-- | devel/strace/files/patch-sock.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/strace/files/patch-sock.c b/devel/strace/files/patch-sock.c new file mode 100644 index 000000000000..9055542ff608 --- /dev/null +++ b/devel/strace/files/patch-sock.c @@ -0,0 +1,10 @@ +--- sock.c.orig 2007-12-20 16:31:01.000000000 +0000 ++++ sock.c 2007-12-20 16:31:23.000000000 +0000 +@@ -44,6 +44,7 @@ + #include <ioctls.h> + #endif + #endif ++#include <sys/socket.h> + #include <net/if.h> + + extern struct xlat addrfams[]; |