From 71457204683e691180c6729c197d90ef5bee9da9 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 18 Jun 2016 00:21:39 -0500 Subject: [PATCH] ircd: make relocate_paths() available always --- ircd/ircd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ircd/ircd.c b/ircd/ircd.c index a5fc7136..4905e591 100644 --- a/ircd/ircd.c +++ b/ircd/ircd.c @@ -416,7 +416,6 @@ initialize_server_capabs(void) * output - none * side effects - items in ircd_paths[] array are relocated */ -#ifdef _WIN32 static void relocate_paths(void) { @@ -493,7 +492,6 @@ relocate_paths(void) inotice(" %s: %s", ircd_pathnames[i], ircd_paths[i]); } } -#endif /* * write_pidfile