diff options
Diffstat (limited to 'net-mgmt/net-snmp-devel/files/patch-at.c')
-rw-r--r-- | net-mgmt/net-snmp-devel/files/patch-at.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp-devel/files/patch-at.c b/net-mgmt/net-snmp-devel/files/patch-at.c new file mode 100644 index 000000000000..363f1b07991e --- /dev/null +++ b/net-mgmt/net-snmp-devel/files/patch-at.c @@ -0,0 +1,12 @@ +--- agent/mibgroup/mibII/at.c.orig Mon Jan 24 09:08:41 2005 ++++ agent/mibgroup/mibII/at.c Mon Jan 24 09:08:58 2005 +@@ -90,9 +90,6 @@ + #if HAVE_WINSOCK_H + #include <winsock.h> + #endif +-#if HAVE_DMALLOC_H +-#include <dmalloc.h> +-#endif + + #ifdef hpux11 + #include <sys/mib.h> |