Author: averne Date: Sun Feb 20 13:11:53 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - fixed to build with gcc4
---- Files affected: SOURCES: quagga-ospf_lsdb.patch (NONE -> 1.1) (NEW), quagga-ospfclient.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/quagga-ospf_lsdb.patch diff -u /dev/null SOURCES/quagga-ospf_lsdb.patch:1.1 --- /dev/null Sun Feb 20 14:11:53 2005 +++ SOURCES/quagga-ospf_lsdb.patch Sun Feb 20 14:11:48 2005 @@ -0,0 +1,10 @@ +--- ospfd/ospf_lsdb.c~ 2004-12-22 17:16:02.000000000 +0100 ++++ ospfd/ospf_lsdb.c 2005-02-20 13:58:24.772373536 +0100 +@@ -25,6 +25,7 @@ + #include "prefix.h" + #include "table.h" + #include "memory.h" ++#include "log.h" + + #include "ospfd/ospfd.h" + #include "ospfd/ospf_asbr.h" ================================================================ Index: SOURCES/quagga-ospfclient.patch diff -u /dev/null SOURCES/quagga-ospfclient.patch:1.1 --- /dev/null Sun Feb 20 14:11:53 2005 +++ SOURCES/quagga-ospfclient.patch Sun Feb 20 14:11:48 2005 @@ -0,0 +1,10 @@ +--- ospfclient/ospfclient.c~ 2003-06-04 15:59:39.000000000 +0200 ++++ ospfclient/ospfclient.c 2005-02-20 14:06:17.673481640 +0100 +@@ -12,6 +12,7 @@ + #include <zebra.h> + #include "prefix.h" /* needed by ospf_asbr.h */ + #include "privs.h" ++#include "log.h" + + #include "ospfd/ospfd.h" + #include "ospfd/ospf_asbr.h" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
