openbsd-ports/net/zebra/patches/patch-bgpd_bgp_snmp_c
danh 8b348582f0 convert snmp FLAVOR to use net-snmp.
Maintainer timeout.  I do not see how this worked in the first place
without smux support.
2004-10-13 01:58:14 +00:00

16 lines
442 B
Plaintext

$OpenBSD: patch-bgpd_bgp_snmp_c,v 1.1 2004/10/13 01:58:14 danh Exp $
--- bgpd/bgp_snmp.c.orig Wed Jun 19 04:05:38 2002
+++ bgpd/bgp_snmp.c Fri Oct 8 13:28:11 2004
@@ -21,9 +21,8 @@ Software Foundation, Inc., 59 Temple Pla
#include <zebra.h>
#ifdef HAVE_SNMP
-#include <asn1.h>
-#include <snmp.h>
-#include <snmp_impl.h>
+#include <net-snmp/net-snmp-config.h>
+#include <net-snmp/net-snmp-includes.h>
#include "if.h"
#include "log.h"