~ubuntu-branches/ubuntu/hardy/net-snmp/hardy-proposed

« back to all changes in this revision

Viewing changes to agent/auto_nlist.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070510222023-2yqbm8wasqpni3c1
Tags: 5.3.1-5ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - Remove stop links from rc0 and rc6
* Munge Maintainer field as per spec. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <kvm.h>
22
22
#endif
23
23
 
24
 
#if HAVE_DMALLOC_H
25
 
#include <dmalloc.h>
26
 
#endif
27
 
 
28
24
#include <net-snmp/agent/auto_nlist.h>
29
25
#include "autonlist.h"
30
26
#include "kernel.h"
233
229
}
234
230
#endif
235
231
#else                           /* !CAN_USE_NLIST */
 
232
#include <net-snmp/agent/auto_nlist.h>
236
233
int
237
234
auto_nlist_noop(void)
238
235
{