]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Stub out isc/mem.h, shaving 47k from a MIPS ntpd binary.
authorDave Hart <hart@ntp.org>
Mon, 9 Nov 2009 07:17:29 +0000 (07:17 +0000)
committerDave Hart <hart@ntp.org>
Mon, 9 Nov 2009 07:17:29 +0000 (07:17 +0000)
  (applies to prior changeset along with this one)

bk: 4af7c209M7vFzc5e7UID2-4b0KlgmQ

ChangeLog
include/isc/mem.h

index de2f3bd6536c0216982fcaf78c96f49191a31261..2fce944c5778c18554ef22c07d07ea226f045d4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* Stub out isc/mem.h, shaving 47k from a MIPS ntpd binary.
 (4.2.5p238-RC) 2009/10/27 Released by Harlan Stenn <stenn@ntp.org>
 * Changes from Dave Mills.
 * driver4.html updates from Dave Mills.
index 21cbda1ceeb2e46626b084ae38337c2487ad8adf..a7df351f972f3268d4fdc7a72488e813ea786745 100644 (file)
@@ -50,5 +50,6 @@
 #define isc_mem_strdup(c, str)         estrdup((str))
 #define isc_mem_attach(src, ptgt)      do { *(ptgt) = (src); } while (0)
 #define isc_mem_detach(c)              ((void)(c))
+#define isc_mem_printallactive(s)      fprintf(s, "isc_mem_printallactive() stubbed.\n")
 
 #endif /* ISC_MEM_H */