From f1c6cbf84a37820ef39a9ea7ed18eef427d9412d Mon Sep 17 00:00:00 2001 From: Danny Kukawka Date: Mon, 12 Nov 2007 19:56:31 +0100 Subject: [PATCH] removed double definition of HAL_HELPER_TIMEOUT Removed double definition of HAL_HELPER_TIMEOUT in hald/util.h and hald/hald_runner.h which could cause problems if one of the both values get may changed in the future. Since the timeout is needed for hald_runner calls removed the define from hald/util.h. --- hald/util.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/hald/util.h b/hald/util.h index 6a4353a..7530f03 100644 --- a/hald/util.h +++ b/hald/util.h @@ -39,7 +39,6 @@ #define HAL_NAME_MAX 256 #define HAL_PATH_MAX 512 -#define HAL_HELPER_TIMEOUT 10000 gboolean hal_util_remove_trailing_slash (gchar *path); -- 1.5.3.7