components/net-snmp/patches/032.16488880.patch
changeset 1679 51291a5fd692
parent 1678 68d1cdc71760
child 1680 49cf3ba424f0
equal deleted inserted replaced
1678:68d1cdc71760 1679:51291a5fd692
     1 --- net-snmp/agent/mibgroup/host/data_access/swrun_procfs_psinfo.c	Tue Mar 19 22:20:09 2013
       
     2 +++ net-snmp/agent/mibgroup/host/data_access/swrun_procfs_psinfo.c	Tue Mar 19 22:21:09 2013
       
     3 @@ -25,9 +25,7 @@
       
     4  
       
     5  #define HAVE_SYS_PROCFS_H    /* XXX - Needs a configure check! */
       
     6  #ifdef HAVE_SYS_PROCFS_H
       
     7 -#define _KERNEL              /* For psinfo_t */
       
     8 -#include <sys/procfs.h>
       
     9 -#undef _KERNEL
       
    10 +#include <procfs.h>
       
    11  #endif
       
    12  #ifdef HAVE_SYS_PROC_H
       
    13  #include <sys/proc.h>