]> granicus.if.org Git - strace/commit
Move parser of struct timex to a separate file
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 16 Sep 2015 21:47:48 +0000 (21:47 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 17 Sep 2015 13:23:12 +0000 (13:23 +0000)
commitdd6bf4b6b47b8bf176e9af94195446bdec62889a
tree9f78309c27cf6537050e26115bfcce36edd91673
parentb8f0c9286ab532d06c3cbb191a4e85ee0b0901c3
Move parser of struct timex to a separate file

* print_timex.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* time.c (tprint_timex32, tprint_timex): Move to print_timex.c.
Makefile.am
print_timex.c [new file with mode: 0644]
time.c