Magellan Linux

Contents of /trunk/hal/patches/hal-0.5.10-removed-double-definition-of-HAL_HELPER_TIMEOUT.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 597 - (show annotations) (download)
Mon May 19 19:05:19 2008 UTC (16 years ago) by niro
File size: 837 byte(s)
-gentoo patches

1 From f1c6cbf84a37820ef39a9ea7ed18eef427d9412d Mon Sep 17 00:00:00 2001
2 From: Danny Kukawka <danny.kukawka@web.de>
3 Date: Mon, 12 Nov 2007 19:56:31 +0100
4 Subject: [PATCH] removed double definition of HAL_HELPER_TIMEOUT
5
6 Removed double definition of HAL_HELPER_TIMEOUT in hald/util.h and
7 hald/hald_runner.h which could cause problems if one of the both
8 values get may changed in the future.
9
10 Since the timeout is needed for hald_runner calls removed the
11 define from hald/util.h.
12 ---
13 hald/util.h | 1 -
14 1 files changed, 0 insertions(+), 1 deletions(-)
15
16 diff --git a/hald/util.h b/hald/util.h
17 index 6a4353a..7530f03 100644
18 --- a/hald/util.h
19 +++ b/hald/util.h
20 @@ -39,7 +39,6 @@
21
22 #define HAL_NAME_MAX 256
23 #define HAL_PATH_MAX 512
24 -#define HAL_HELPER_TIMEOUT 10000
25
26 gboolean hal_util_remove_trailing_slash (gchar *path);
27
28 --
29 1.5.3.7
30