diff options
author | ajs <ajs> | 2005-04-08 19:02:04 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-04-08 19:02:04 +0000 |
commit | 67bf16c0f8179af05bcff04d19226866a8b7e806 (patch) | |
tree | 4ff6db9b640602b6b99bd03b3405aeffcbf58850 /lib/ChangeLog | |
parent | 926fe8f1fce88d0889e47a9f5c6d78c6bc11f3f6 (diff) |
2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* sigevent.c: On GNU_LINUX, check whether __USE_GNU is already defined.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index a6f3ca49..13426eed 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * sigevent.c: On GNU_LINUX, check whether __USE_GNU is already defined. + +2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + * vty.c: (vty_log_fixed) Use casts to (void *) to try to eliminate compiler warnings when assigning a (const char *) value to struct iovec iov_base. |