mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- Add a patch to fix memory leak (SF bugs #1103644). - Add WITH_DMALLOC knob (with a lot of patches to fix #include order).
12 lines
257 B
C
12 lines
257 B
C
--- snmplib/snmp_logging.c.orig Tue Jan 25 10:14:41 2005
|
|
+++ snmplib/snmp_logging.c Tue Jan 25 10:15:05 2005
|
|
@@ -65,6 +65,9 @@
|
|
#include <varargs.h>
|
|
#endif
|
|
|
|
+#if HAVE_UNISTD_H
|
|
+#include <unistd.h>
|
|
+#endif
|
|
#if HAVE_DMALLOC_H
|
|
#include <dmalloc.h>
|
|
#endif
|