diff options
author | hasso <hasso> | 2004-10-08 06:32:23 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-08 06:32:23 +0000 |
commit | 7a1d583c02253c53605f310d1afcc9f1c8e15b7b (patch) | |
tree | 38652398c60620d195bb6b74f97ad4770af559e5 /ripngd/ripng_main.c | |
parent | 27a43a81004b620e571f71aa1ea4db182c607862 (diff) | |
download | quagga-7a1d583c02253c53605f310d1afcc9f1c8e15b7b.tar.bz2 quagga-7a1d583c02253c53605f310d1afcc9f1c8e15b7b.tar.xz |
Only warning left is the known lvalue problem in ripng_nexthop.c.
Diffstat (limited to 'ripngd/ripng_main.c')
-rw-r--r-- | ripngd/ripng_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripng_main.c b/ripngd/ripng_main.c index 92193788..40d2b146 100644 --- a/ripngd/ripng_main.c +++ b/ripngd/ripng_main.c @@ -96,7 +96,7 @@ int vty_port = RIPNG_VTY_PORT; struct thread_master *master; /* Process ID saved for use by init system */ -char *pid_file = PATH_RIPNGD_PID; +const char *pid_file = PATH_RIPNGD_PID; /* Help information display. */ static void |