diff options
author | ajs <ajs> | 2004-11-16 14:25:30 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-11-16 14:25:30 +0000 |
commit | f858e49beba6a9b79b41ad26d29b431c12fdf2f8 (patch) | |
tree | bd0868a0ee2ba2025fa215d357f45d6b7d8bc8de /lib/ChangeLog | |
parent | 56d1d2027bc6746e1a051067b24a792595292909 (diff) |
2004-11-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* memory.h: Fix prototype for memory_init().
* memory.c: Declare many functions and data structures static instead
of global. Fix prototype for memory_init().
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index f5471b48..3f846ae5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2004-11-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * memory.h: Fix prototype for memory_init(). + * memory.c: Declare many functions and data structures static instead + of global. Fix prototype for memory_init(). + 2004-11-15 Greg Troxel <gdt@fnord.ir.bbn.com> * sockopt.h: Avoid CMSG_ALIGN, and declare that sizes are without |