diff options
Diffstat (limited to 'usr.sbin/bgpd/pftable.c')
-rw-r--r-- | usr.sbin/bgpd/pftable.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/pftable.c b/usr.sbin/bgpd/pftable.c index a46dd5db688..9766f1edfc3 100644 --- a/usr.sbin/bgpd/pftable.c +++ b/usr.sbin/bgpd/pftable.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pftable.c,v 1.10 2017/01/24 04:22:42 benno Exp $ */ +/* $OpenBSD: pftable.c,v 1.11 2018/09/20 11:06:04 benno Exp $ */ /* * Copyright (c) 2004 Damien Miller <djm@openbsd.org> @@ -258,4 +258,3 @@ pftable_commit(void) return (ret); } - |