* isisd.c: thread_master *master is already defined in isis_main.c.
* isis_misc.[c|h], isis_lsp.[c|h]: Move static variables out of header
files.
diff --git a/isisd/isis_lsp.c b/isisd/isis_lsp.c
index d0764e0..5467b48 100644
--- a/isisd/isis_lsp.c
+++ b/isisd/isis_lsp.c
@@ -60,6 +60,9 @@
extern struct isis *isis;
extern struct thread_master *master;
+/* staticly assigned vars for printing purposes */
+char lsp_bits_string[200]; /* FIXME: enough ? */
+
int
lsp_id_cmp (u_char * id1, u_char * id2)
{