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::bitset.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::bitset.c')
-rw-r--r-- | net-p2p/libbt/files/patch-src::bitset.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-p2p/libbt/files/patch-src::bitset.c b/net-p2p/libbt/files/patch-src::bitset.c deleted file mode 100644 index 3b616150dcd6..000000000000 --- a/net-p2p/libbt/files/patch-src::bitset.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/bitset.c.old Thu Feb 26 15:21:52 2004 -+++ src/bitset.c Thu Feb 26 15:22:14 2004 -@@ -1,8 +1,6 @@ - #include "config.h" - --#if HAVE_MALLOC_H --#include <malloc.h> --#endif -+#include <stdlib.h> - #include <assert.h> - #include <stdio.h> - #include "bitset.h" |