commit | c9e52be3f4d98943b67fbbe5d9a7ccd823b88326 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sun Sep 26 16:09:34 2004 +0000 |
committer | hasso <hasso> | Sun Sep 26 16:09:34 2004 +0000 |
tree | d4045a946af3be8bbdc303162778e8c44057e2f9 | |
parent | e473b032b860444b9656cee1654b0120f77b52b1 [diff] [blame] |
Compiler warnings fixes.
diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog index 92dbf6f..112aa19 100644 --- a/ripngd/ChangeLog +++ b/ripngd/ChangeLog
@@ -1,3 +1,9 @@ +2004-09-26 Hasso Tepper <hasso at quagga.net> + + * ripingd.c: Access list hook argument function must have struct + access_list * argument. Solution taken from ripd. + * ripngd.c, ripnf_nexthop.c: Fix compiler warnings. + 2004-09-23 Hasso Tepper <hasso at quagga.net> * *.[c|h]: list -> struct list *, listnode -> struct listnode *.