From: gdt Date: Tue, 16 Mar 2004 14:38:36 +0000 (+0000) Subject: 2004-03-16 David Young X-Git-Tag: frr-2.0-rc1~3770 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=5e4fa1646cafe9e6f8dd78501bea0d2fe1eafdb4;p=mirror%2Ffrr.git 2004-03-16 David Young * (many) reference rather than "version.h", because version.h is a generated file and not present in the source tree when using objdir builds. (committed by gdt) works fine with normal builds; didn't try objdir --- diff --git a/ChangeLog b/ChangeLog index b90f093c77..59a3bffbc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-16 David Young + + * (many) reference rather than "version.h", + because version.h is a generated file and not present in the + source tree when using objdir builds. + 2004-03-03 PC Drew * lib/keychain.c: typecast time_t function to long, fixes compile diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index bb1a61072a..e6f64312aa 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -20,7 +20,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #include -#include "version.h" +#include #include "prefix.h" #include "linklist.h" #include "stream.h" diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index effddddb75..0ba19c2ff7 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -25,7 +25,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #include "command.h" #include "getopt.h" #include "thread.h" -#include "version.h" +#include #include "memory.h" #include "prefix.h" #include "log.h" diff --git a/isisd/isis_main.c b/isisd/isis_main.c index b952c00cf6..1200750671 100644 --- a/isisd/isis_main.c +++ b/isisd/isis_main.c @@ -27,7 +27,7 @@ #include "getopt.h" #include "thread.h" #include "log.h" -#include "version.h" +#include #include "command.h" #include "vty.h" #include "memory.h" diff --git a/lib/command.c b/lib/command.c index 24113062a6..8b6ae3d0fd 100644 --- a/lib/command.c +++ b/lib/command.c @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ #include "memory.h" #include "log.h" -#include "version.h" +#include #include "thread.h" #include "vector.h" #include "vty.h" diff --git a/lib/print_version.c b/lib/print_version.c index 4c9be04704..1873faaffe 100644 --- a/lib/print_version.c +++ b/lib/print_version.c @@ -21,7 +21,7 @@ #include -#include "version.h" +#include void print_version (char *progname) diff --git a/lib/smux.c b/lib/smux.c index ddb8bfecaf..7e0a2ecf65 100644 --- a/lib/smux.c +++ b/lib/smux.c @@ -33,7 +33,7 @@ #include "thread.h" #include "linklist.h" #include "command.h" -#include "version.h" +#include #include "memory.h" #include "sockunion.h" #include "smux.h" diff --git a/lib/vty.c b/lib/vty.c index 2b823e0dd4..831660d980 100644 --- a/lib/vty.c +++ b/lib/vty.c @@ -25,7 +25,7 @@ #include "linklist.h" #include "thread.h" #include "buffer.h" -#include "version.h" +#include #include "command.h" #include "sockunion.h" #include "memory.h" diff --git a/ospf6d/ospf6_lsa.c b/ospf6d/ospf6_lsa.c index b14979ffa2..712aa6866e 100644 --- a/ospf6d/ospf6_lsa.c +++ b/ospf6d/ospf6_lsa.c @@ -23,7 +23,7 @@ #include /* Include other stuffs */ -#include "version.h" +#include #include "log.h" #include "getopt.h" #include "linklist.h" diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index f0a23ebc23..3b7cfc9ad8 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -23,7 +23,7 @@ #include "getopt.h" #include "thread.h" #include "log.h" -#include "version.h" +#include #include "command.h" #include "vty.h" #include "memory.h" diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h index 8c7af99e19..e867b1c1be 100644 --- a/ospf6d/ospf6d.h +++ b/ospf6d/ospf6d.h @@ -27,7 +27,7 @@ #ifndef HEADER_DEPENDENCY /* Include other stuffs */ -#include "version.h" +#include #include "log.h" #include "getopt.h" #include "thread.h" diff --git a/ospfclient/ospf_apiclient.c b/ospfclient/ospf_apiclient.c index 3a62a42368..96ccb8b44c 100644 --- a/ospfclient/ospf_apiclient.c +++ b/ospfclient/ospf_apiclient.c @@ -22,7 +22,7 @@ #include -#include "version.h" +#include #include "getopt.h" #include "thread.h" #include "prefix.h" diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index 3f1e4fda36..43aa5a4fd1 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -22,7 +22,7 @@ #include -#include "version.h" +#include #include "getopt.h" #include "thread.h" #include "prefix.h" diff --git a/ripd/rip_main.c b/ripd/rip_main.c index 8b0d216296..5d6b0ad424 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -21,7 +21,7 @@ #include -#include "version.h" +#include #include "getopt.h" #include "thread.h" #include "command.h" diff --git a/ripngd/ripng_main.c b/ripngd/ripng_main.c index 3beb2279ef..d21ca307a8 100644 --- a/ripngd/ripng_main.c +++ b/ripngd/ripng_main.c @@ -22,7 +22,7 @@ #include -#include "version.h" +#include #include "getopt.h" #include "vector.h" #include "vty.h" diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index f30aba43d9..ee0924586b 100644 --- a/vtysh/vtysh_main.c +++ b/vtysh/vtysh_main.c @@ -29,7 +29,7 @@ #include #include -#include "version.h" +#include #include "getopt.h" #include "command.h" diff --git a/zebra/main.c b/zebra/main.c index a66734ccd4..07467bea15 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -21,7 +21,7 @@ #include -#include "version.h" +#include #include "getopt.h" #include "command.h" #include "thread.h"