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

$OpenBSD: patch-lib_smux_c,v 1.1 2004/10/13 01:58:14 danh Exp $
--- lib/smux.c.orig Mon Oct 29 08:07:26 2001
+++ lib/smux.c Fri Oct 8 13:28:50 2004
@@ -23,9 +23,8 @@
#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 "smux.h"
#include "log.h"