From eb1ce6059a00f3f0dd92c965aa5982907b54c00d Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 8 Oct 2004 08:17:22 +0000 Subject: Compiler warnings fixes round 1. --- ospfd/ospf_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospfd/ospf_main.c') diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index 7e1567ca..47873ba8 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -97,7 +97,7 @@ struct option longopts[] = struct thread_master *master; /* Process ID saved for use by init system */ -char *pid_file = PATH_OSPFD_PID; +const char *pid_file = PATH_OSPFD_PID; /* Help information display. */ static void -- cgit v1.2.3