summaryrefslogtreecommitdiffstats
path: root/isisd
diff options
context:
space:
mode:
Diffstat (limited to 'isisd')
-rw-r--r--isisd/dict.c4
-rw-r--r--isisd/dict.h4
-rw-r--r--isisd/isis_circuit.c2
-rw-r--r--isisd/isisd.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/isisd/dict.c b/isisd/dict.c
index 6c3e1e7f..8a7dc588 100644
--- a/isisd/dict.c
+++ b/isisd/dict.c
@@ -14,8 +14,8 @@
* into proprietary software; there is no requirement for such software to
* contain a copyright notice related to this source.
*
- * $Id$
- * $Name$
+ * $Id: dict.c,v 1.5 2007/08/07 18:49:18 paul Exp $
+ * $Name: $
*/
#include <stdlib.h>
diff --git a/isisd/dict.h b/isisd/dict.h
index 92972061..9395d1c0 100644
--- a/isisd/dict.h
+++ b/isisd/dict.h
@@ -14,8 +14,8 @@
* into proprietary software; there is no requirement for such software to
* contain a copyright notice related to this source.
*
- * $Id$
- * $Name$
+ * $Id: dict.h,v 1.3 2005/09/25 12:04:25 hasso Exp $
+ * $Name: $
*/
#ifndef DICT_H
diff --git a/isisd/isis_circuit.c b/isisd/isis_circuit.c
index af24988e..d2923b57 100644
--- a/isisd/isis_circuit.c
+++ b/isisd/isis_circuit.c
@@ -2028,7 +2028,7 @@ DEFUN (no_ipv6_router_isis,
}
#endif /* HAVE_IPV6 */
-struct cmd_node interface_node = {
+static struct cmd_node interface_node = {
INTERFACE_NODE,
"%s(config-if)# ",
1,
diff --git a/isisd/isisd.c b/isisd/isisd.c
index 7c669fcb..1e84a1ce 100644
--- a/isisd/isisd.c
+++ b/isisd/isisd.c
@@ -2076,7 +2076,7 @@ isis_config_write (struct vty *vty)
return write;
}
-struct cmd_node isis_node = {
+static struct cmd_node isis_node = {
ISIS_NODE,
"%s(config-router)# ",
1