diff options
author | hasso <hasso> | 2004-10-08 08:17:22 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-08 08:17:22 +0000 |
commit | eb1ce6059a00f3f0dd92c965aa5982907b54c00d (patch) | |
tree | ebd6583ba2f2f9909c25653d0349662e08c26ecf /ospfd/ospf_main.c | |
parent | 2e864cfa12724ec20e82f0a24e1be5929e3a0cef (diff) |
Compiler warnings fixes round 1.
Diffstat (limited to 'ospfd/ospf_main.c')
-rw-r--r-- | ospfd/ospf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |