openbsd-ports/net/zebra/patches/patch-zebra_zebra_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
410 B
Plaintext

$OpenBSD: patch-zebra_zebra_snmp_c,v 1.1 2004/10/13 01:58:14 danh Exp $
--- zebra/zebra_snmp.c.orig Sun Aug 26 03:55:03 2001
+++ zebra/zebra_snmp.c Fri Oct 8 13:29:05 2004
@@ -22,9 +22,8 @@
#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"