diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-29 16:45:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-29 16:45:56 +0000 |
commit | af6c6e895bb734b02bf72bdba47ed864d9999157 (patch) | |
tree | c843df920351715386f6c0d43f691d884c511f54 /net-p2p/libbt/files/patch-src::stream.c | |
parent | Fix incorrect buffer overflow fix: pass the size of the target (diff) |
- Update to version 0.03
PR: ports/63531
Submitted by: maintainer
Diffstat (limited to 'net-p2p/libbt/files/patch-src::stream.c')
-rw-r--r-- | net-p2p/libbt/files/patch-src::stream.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net-p2p/libbt/files/patch-src::stream.c b/net-p2p/libbt/files/patch-src::stream.c deleted file mode 100644 index 7397921d7a43..000000000000 --- a/net-p2p/libbt/files/patch-src::stream.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/stream.c.old Thu Feb 26 17:34:48 2004 -+++ src/stream.c Thu Feb 26 17:35:11 2004 -@@ -1,4 +1,5 @@ - #include "config.h" -+#include <sys/types.h> - #include <errno.h> - #include <string.h> - #include <stdarg.h> -@@ -14,7 +15,6 @@ - #include <unistd.h> - #endif - #endif --#include <sys/types.h> - #include "bterror.h" - #include "stream.h" - #undef DEBUG_STREAM |