From beac8bdd9be41c0bc17d85429ca74b4f6aa99a3e Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 17 Jul 2013 09:56:56 +0200 Subject: Rename io_file_exist{,s}() Signed-off-by: Lukas Fleischer --- src/dmon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dmon.c') diff --git a/src/dmon.c b/src/dmon.c index d1ef1cd..5653073 100644 --- a/src/dmon.c +++ b/src/dmon.c @@ -152,12 +152,12 @@ void dmon_start(int parent_exit_status) if (!io_dump_pid(path_dpid)) DMON_ABRT(_("Could not set lock file\n")); - if (!io_file_exist(path_conf)) + if (!io_file_exists(path_conf)) DMON_ABRT(_("Could not access \"%s\": %s\n"), path_conf, strerror(errno)); config_load(); - if (!io_file_exist(path_apts)) + if (!io_file_exists(path_apts)) DMON_ABRT(_("Could not access \"%s\": %s\n"), path_apts, strerror(errno)); apoint_llist_init(); -- cgit v1.2.3-54-g00ecf