summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2013-08-26 17:53:57 +0200
committerSami Kerola2013-08-29 19:14:08 +0200
commit2659a49ef0ecb269b1dc41f06ad541a264bda795 (patch)
treec6cf8e15405492caaddfb69ba6772a88ff560b32 /lib/Makemodule.am
parentwrite: change determination can user write to a terminal (diff)
downloadkernel-qcow2-util-linux-2659a49ef0ecb269b1dc41f06ad541a264bda795.tar.gz
kernel-qcow2-util-linux-2659a49ef0ecb269b1dc41f06ad541a264bda795.tar.xz
kernel-qcow2-util-linux-2659a49ef0ecb269b1dc41f06ad541a264bda795.zip
lib/time-util: copy time parsing functions from systemd
The functions are copied nearly as-is. Coding style has been modified to match with util-linux project, while the functionality remains untouched. CC: Lennart Poettering <lennart@poettering.net> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index 6c3a1b0f3..32d46ba1f 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -23,6 +23,7 @@ libcommon_la_SOURCES = \
lib/sysfs.c \
lib/tt.c \
lib/wholedisk.c \
+ lib/time-util.c \
lib/ttyutils.c \
lib/xgetpass.c \
lib/exec_shell.c