]> err.no Git - util-linux/commitdiff
hwclock: use c.h
authorKarel Zak <kzak@redhat.com>
Thu, 15 Oct 2009 23:37:09 +0000 (01:37 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 15 Oct 2009 23:37:09 +0000 (01:37 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
hwclock/clock.h

index cbdf999177a9dfffc69edf04380c597c3a853dc9..e4eb7eba8fa6a249a9483d42449178431a117f65 100644 (file)
@@ -7,6 +7,8 @@
 #include <errno.h>             /* for errno, EPERM, EINVAL, ENOENT */
 #include <time.h>
 
+#include "c.h"
+
 struct clock_ops {
        char *interface_name;
         int (*get_permissions)(void);
@@ -20,8 +22,6 @@ extern struct clock_ops *probe_for_rtc_clock(void);
 extern struct clock_ops *probe_for_kd_clock(void);
 
 typedef int bool;
-#define TRUE 1
-#define FALSE 0
 
 /* hwclock.c */
 extern char *progname;