summaryrefslogtreecommitdiff
path: root/net/quagga/files/patch-lib-buffer.c
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2009-07-23 14:10:15 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2009-07-23 14:10:15 +0000
commit1784db1aaa82e38350058b70fd31233945d622d0 (patch)
tree4d24b496b52aa07c747ac42512cfd09feefaad1c /net/quagga/files/patch-lib-buffer.c
parent- Update to 0.7.6 (diff)
- Update to 0.99.14
* fixed a bug with ospf6d - Remove old patches for FreeBSD 4.x Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=238242
Diffstat (limited to 'net/quagga/files/patch-lib-buffer.c')
-rw-r--r--net/quagga/files/patch-lib-buffer.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/quagga/files/patch-lib-buffer.c b/net/quagga/files/patch-lib-buffer.c
deleted file mode 100644
index 0aba361550bb..000000000000
--- a/net/quagga/files/patch-lib-buffer.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/buffer.c.orig Fri Feb 3 13:24:03 2006
-+++ lib/buffer.c Fri Feb 3 13:24:15 2006
-@@ -53,7 +53,7 @@
- size_t sp;
-
- /* Actual data stream (variable length). */
-- unsigned char data[]; /* real dimension is buffer->size */
-+ unsigned char data[0]; /* real dimension is buffer->size */
- };
-
- /* It should always be true that: 0 <= sp <= cp <= size */