summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2005-03-14 20:19:01 +0000
committerpaul <paul>2005-03-14 20:19:01 +0000
commit450c5274a51e33680d7eeb3def753e24a832a8ac (patch)
treee870f47cce8521c9877d2cca82dcdf75ea9eac36 /ChangeLog
parent9c508a2628660c06b5c3e4a5cb28159ca232cbca (diff)
downloadquagga-450c5274a51e33680d7eeb3def753e24a832a8ac.tar.bz2
quagga-450c5274a51e33680d7eeb3def753e24a832a8ac.tar.xz
2005-03-14 Paul Jakma <paul.jakma@sun.com>
* (global) update all c files to match the lib/vector.h rename of (struct vector).active to max, and vector_max macro to vector_active. * lib/vector.h: Rename to (struct vector).max to slightly less confusing active, for the number of active slots, distinct from allocated or active-and-not-empty. Rename vector_max to vector_active for same reason.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8b6bdff..44852b1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-14 Paul Jakma <paul.jakma@sun.com>
+
+ * (global) update all c files to match the lib/vector.h rename of
+ (struct vector).active to max, and vector_max macro to
+ vector_active.
+
2005-03-12 Paul Jakma <paul.jakma@sun.com>
* configure.ac: Solaris 8 can use the newer lifreq based methods