diff options
author | hasso <hasso> | 2004-10-08 08:17:22 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-08 08:17:22 +0000 |
commit | 245a20b6cff0ac7f19c0d0f4ecdf839ffcd59c44 (patch) | |
tree | f1fbe419407b7025655cd33a0ea0889f38d5118a /ospfd/ospf_main.c | |
parent | f0543fc0c5e41a40342e53cc5689b0edb4422da4 (diff) | |
download | quagga-245a20b6cff0ac7f19c0d0f4ecdf839ffcd59c44.tar.bz2 quagga-245a20b6cff0ac7f19c0d0f4ecdf839ffcd59c44.tar.xz |
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 |