summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.h
diff options
context:
space:
mode:
authorSami Kerola2013-04-13 21:54:30 +0200
committerKarel Zak2013-04-26 13:25:57 +0200
commitd0ed8dc2b99eb660b9e419d1c134ebc4ad0868bd (patch)
treebb192b499c10c494d36865b31adc9537cf99e433 /sys-utils/hwclock.h
parentbash-completion: add mount and umount (diff)
downloadkernel-qcow2-util-linux-d0ed8dc2b99eb660b9e419d1c134ebc4ad0868bd.tar.gz
kernel-qcow2-util-linux-d0ed8dc2b99eb660b9e419d1c134ebc4ad0868bd.tar.xz
kernel-qcow2-util-linux-d0ed8dc2b99eb660b9e419d1c134ebc4ad0868bd.zip
blkid, hwclock, ldattach: use program_invocation_short_name
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/hwclock.h')
-rw-r--r--sys-utils/hwclock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/hwclock.h b/sys-utils/hwclock.h
index 175a6d1ae..69b0ce200 100644
--- a/sys-utils/hwclock.h
+++ b/sys-utils/hwclock.h
@@ -24,7 +24,6 @@ extern struct clock_ops *probe_for_kd_clock(void);
typedef int bool;
/* hwclock.c */
-extern char *progname;
extern int debug;
extern unsigned long epoch_option;
extern double time_diff(struct timeval subtrahend, struct timeval subtractor);