From 8a676be30c275bcbe1a3de08c0c942a606caef2e Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 8 Oct 2004 06:36:38 +0000 Subject: There is no warnings here any more. --- ripd/rip_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ripd/rip_main.c') diff --git a/ripd/rip_main.c b/ripd/rip_main.c index c2128e46..bc251599 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -92,7 +92,7 @@ int vty_port = RIP_VTY_PORT; struct thread_master *master; /* Process ID saved for use by init system */ -char *pid_file = PATH_RIPD_PID; +const char *pid_file = PATH_RIPD_PID; /* Help information display. */ static void -- cgit v1.2.1