Take out Debian Etch work around.
authorWilliam Douglas <william.douglas@intel.com>
Wed, 3 Aug 2011 23:48:43 +0000 (16:48 -0700)
committerWilliam Douglas <william.douglas@intel.com>
Wed, 3 Aug 2011 23:48:43 +0000 (16:48 -0700)
Etch is old, move on.
Signed-off-by: William Douglas <william.douglas@intel.com>
src/corewatcher.c

index 65501cf..4952547 100644 (file)
 
 
 
-/*
- * Debian etch has an ancient glib2 library, work around
- */
-#if !GLIB_CHECK_VERSION(2, 14, 0)
-#define g_timeout_add_seconds(a, b, c) g_timeout_add((a)*1000, b, c)
-#endif
-
 #define IOPRIO_WHO_PROCESS 1
 #define IOPRIO_CLASS_RT 1
 #define IOPRIO_CLASS_IDLE 3