pkgsrc/net/net-snmp/patches/patch-aj
thorpej 5325c7699c In snmp_vars.h, use in_addr_t rather than uint32_t for ipaddr_return; the
former is provided by system or private header files, and the latter may
not be.
2004-07-10 17:59:17 +00:00

13 lines
407 B
Text

$NetBSD: patch-aj,v 1.1 2004/07/10 17:59:17 thorpej Exp $
--- include/net-snmp/agent/snmp_vars.h.orig Thu Jul 8 18:17:53 2004
+++ include/net-snmp/agent/snmp_vars.h Thu Jul 8 18:18:02 2004
@@ -74,7 +74,7 @@
struct nlist;
extern long long_return;
- extern uint32_t ipaddr_return;
+ extern in_addr_t ipaddr_return;
extern u_char return_buf[];
extern oid nullOid[];