* 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/ChangeLog b/isisd/ChangeLog
index 50028a9..a9ea3ce 100644
--- a/isisd/ChangeLog
+++ b/isisd/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-24 Hasso Tepper <hasso at quagga.net>
+
+	* 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.
+
 2004-09-23 Hasso Tepper <hasso at quagga.net>
 
 	* *.[c|h]: list -> struct list *, listnode -> struct listnode *.