Index: head/net/bird2/files/patch-nest_route.h =================================================================== --- head/net/bird2/files/patch-nest_route.h (nonexistent) +++ head/net/bird2/files/patch-nest_route.h (revision 545562) @@ -0,0 +1,11 @@ +--- nest/route.h.orig 2020-08-20 21:16:52 UTC ++++ nest/route.h +@@ -458,7 +458,7 @@ typedef struct rta { + protocol-specific metric is availabe */ + + +-const char * rta_dest_names[RTD_MAX]; ++extern const char * rta_dest_names[RTD_MAX]; + + static inline const char *rta_dest_name(uint n) + { return (n < RTD_MAX) ? rta_dest_names[n] : "???"; } Property changes on: head/net/bird2/files/patch-nest_route.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property