components/net-snmp/patches/032.16488880.patch
changeset 1679 51291a5fd692
parent 1678 68d1cdc71760
child 1680 49cf3ba424f0
--- a/components/net-snmp/patches/032.16488880.patch	Thu Jan 30 13:34:06 2014 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
---- net-snmp/agent/mibgroup/host/data_access/swrun_procfs_psinfo.c	Tue Mar 19 22:20:09 2013
-+++ net-snmp/agent/mibgroup/host/data_access/swrun_procfs_psinfo.c	Tue Mar 19 22:21:09 2013
-@@ -25,9 +25,7 @@
- 
- #define HAVE_SYS_PROCFS_H    /* XXX - Needs a configure check! */
- #ifdef HAVE_SYS_PROCFS_H
--#define _KERNEL              /* For psinfo_t */
--#include <sys/procfs.h>
--#undef _KERNEL
-+#include <procfs.h>
- #endif
- #ifdef HAVE_SYS_PROC_H
- #include <sys/proc.h>