Fix compilation problems when _SC_PAGE_SIZE is not defined by the OS.
[ircu2.10.12-pk.git] / ChangeLog
index a9797554ad9ee95de9fe4ee19d788fca3252bdd1..ac780e3f8ceb85f9423f3d1cbeca6fa12fc727f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2010-03-08  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/test/ircd_match_t.c (_SC_PAGE_SIZE): Default to
+       _SC_PAGESIZE if that is defined (as it is on some Unixes).
+
+2010-03-04  Kevin L. Mitchell  <klmitch@mit.edu>
+
+       * ircd/s_bsd.c: use feature_int() to get the integer value of the
+       feature...and don't try to set the TOS to its index!
+
+2010-02-02  Michael Poole <mdpoole@troilus.org>
+
+       * include/patchlevel.h (PATCHLEVEL): Bump to (u2.10.12.)13-rc2.
+
 2010-01-13  Michael Poole <mdpoole@troilus.org>
 
        * ircd/m_burst.c (ms_burst): Do not clear keys or limit here --