quagga: reorder things in Makefile
[feed/routing.git] / quagga / patches / 200-gcc10.patch
index f3b0305b3dddac7f56a2ddcec1837c37342f40f3..e9b3adb585a894484ba237f9504b3d2aea56b2ae 100644 (file)
 -const char *const PIM_ALL_ROUTERS;
 -const char *const PIM_ALL_PIM_ROUTERS;
 -const char *const PIM_ALL_IGMP_ROUTERS;
--
++extern const char *const PIM_ALL_SYSTEMS;
++extern const char *const PIM_ALL_ROUTERS;
++extern const char *const PIM_ALL_PIM_ROUTERS;
++extern const char *const PIM_ALL_IGMP_ROUTERS;
 -struct thread_master     *master;
 -uint32_t                  qpim_debugs;
 -int                       qpim_mroute_socket_fd;
 -int64_t                   qpim_mroute_del_events;
 -int64_t                   qpim_mroute_del_last;
 -struct list              *qpim_static_route_list; /* list of routes added statically */
-+extern const char *const PIM_ALL_SYSTEMS;
-+extern const char *const PIM_ALL_ROUTERS;
-+extern const char *const PIM_ALL_PIM_ROUTERS;
-+extern const char *const PIM_ALL_IGMP_ROUTERS;
-+
 +extern struct thread_master     *master;
 +extern uint32_t                  qpim_debugs;
 +extern int                       qpim_mroute_socket_fd;