components/net-snmp/patches/031.16488880.patch
changeset 1306 11b376b53ac1
parent 1305 d11b04684351
child 1307 11fe2dd83574
--- a/components/net-snmp/patches/031.16488880.patch	Thu May 16 14:50:57 2013 -0700
+++ /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>