diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-01-24 04:22:43 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-01-24 04:22:43 +0000 |
commit | 65a5704a2229bec5a709051a5c53c40d037acef2 (patch) | |
tree | 38a374ae40becb21829b8e3a1f726ade6dc98704 /usr.sbin/bgpd/printconf.c | |
parent | 6e6ebbb591389b0cebe3271d15b838800c6735e7 (diff) |
sync log.c from relayd et al to bgpd.
there is still a little difference regarding handling of the verbosity
value that will be handled later.
ok claudio@ florian@
Diffstat (limited to 'usr.sbin/bgpd/printconf.c')
-rw-r--r-- | usr.sbin/bgpd/printconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/printconf.c b/usr.sbin/bgpd/printconf.c index 06a5e234d5e..78cae363096 100644 --- a/usr.sbin/bgpd/printconf.c +++ b/usr.sbin/bgpd/printconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: printconf.c,v 1.99 2016/10/14 16:05:36 phessler Exp $ */ +/* $OpenBSD: printconf.c,v 1.100 2017/01/24 04:22:42 benno Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -27,6 +27,7 @@ #include "mrt.h" #include "session.h" #include "rde.h" +#include "log.h" void print_op(enum comp_ops); void print_community(int, int); |