From fce954f8de1456dd62d26b52902a4a352ef17a93 Mon Sep 17 00:00:00 2001 From: hasso Date: Thu, 7 Oct 2004 20:29:24 +0000 Subject: Fix warnings. Didn't even look at files not compiled in Linux though. --- zebra/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/main.c') 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 -- cgit v1.2.1