diff options
author | hasso <hasso> | 2004-10-07 20:29:24 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-07 20:29:24 +0000 |
commit | 2cad11ad164e041432f4c8feee0a5fcaa7a4ff5c (patch) | |
tree | 95975ca20dcae4f2447c76b09a73406d84aaa86f /zebra/main.c | |
parent | 2f8d6b9f814af2a89594740dc05773a1d5b84e67 (diff) | |
download | quagga-2cad11ad164e041432f4c8feee0a5fcaa7a4ff5c.tar.bz2 quagga-2cad11ad164e041432f4c8feee0a5fcaa7a4ff5c.tar.xz |
Fix warnings. Didn't even look at files not compiled in Linux though.
Diffstat (limited to 'zebra/main.c')
-rw-r--r-- | zebra/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/main.c b/zebra/main.c index e10755b9..72e2c585 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -109,7 +109,7 @@ struct zebra_privs_t zserv_privs = char config_default[] = SYSCONFDIR DEFAULT_CONFIG_FILE; /* Process ID saved for use by init system */ -char *pid_file = PATH_ZEBRA_PID; +const char *pid_file = PATH_ZEBRA_PID; /* Help information display. */ static void |