~ubuntu-branches/debian/lenny/net-snmp/lenny

« back to all changes in this revision

Viewing changes to agent/mibgroup/mibII/udp.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • Revision ID: james.westby@ubuntu.com-20070510222023-3fr07xb9i17xvq32
Tags: upstream-5.3.1
ImportĀ upstreamĀ versionĀ 5.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
#include <sys/sysctl.h>
51
51
#endif
52
52
 
53
 
#if HAVE_DMALLOC_H
54
 
#include <dmalloc.h>
55
 
#endif
56
 
 
57
53
#ifndef MIB_STATS_CACHE_TIMEOUT
58
54
#define MIB_STATS_CACHE_TIMEOUT 5
59
55
#endif