diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-10-13 19:40:42 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-10-13 19:40:42 +0000 |
commit | 256f3a3dba73b803a29ae012ff6e136fd72e7294 (patch) | |
tree | e533d59b6703e89ff55f633cba2f2285d9b30e49 /net/openbgpd/files/patch-bgpd_pftable.c | |
parent | Update to Wine 1.5.15. This includes the following changes: (diff) |
Update to 5.2.20121014.
Feature safe: yes
Diffstat (limited to 'net/openbgpd/files/patch-bgpd_pftable.c')
-rw-r--r-- | net/openbgpd/files/patch-bgpd_pftable.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/net/openbgpd/files/patch-bgpd_pftable.c b/net/openbgpd/files/patch-bgpd_pftable.c index a9f2092dd156..ee6a1ea2750c 100644 --- a/net/openbgpd/files/patch-bgpd_pftable.c +++ b/net/openbgpd/files/patch-bgpd_pftable.c @@ -2,16 +2,10 @@ Index: bgpd/pftable.c =================================================================== RCS file: /home/cvs/private/hrs/openbgpd/bgpd/pftable.c,v retrieving revision 1.1.1.5 -retrieving revision 1.1.1.6 -diff -u -p -r1.1.1.5 -r1.1.1.6 +retrieving revision 1.1.1.7 +diff -u -p -r1.1.1.5 -r1.1.1.7 --- bgpd/pftable.c 14 Feb 2010 20:19:57 -0000 1.1.1.5 -+++ bgpd/pftable.c 14 Feb 2010 20:27:06 -0000 1.1.1.6 -@@ -1,4 +1,4 @@ --/* $OpenBSD: pftable.c,v 1.5 2005/07/01 09:19:24 claudio Exp $ */ -+/* $OpenBSD: pftable.c,v 1.6 2009/12/01 14:28:05 claudio Exp $ */ - - /* - * Copyright (c) 2004 Damien Miller <djm@openbsd.org> ++++ bgpd/pftable.c 13 Oct 2012 18:22:44 -0000 1.1.1.7 @@ -214,7 +214,7 @@ pftable_add_work(const char *table, stru bzero(pfa, sizeof(*pfa)); |