]> granicus.if.org Git - strace/commit
Move syslog parser to a separate file
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 3 Dec 2014 21:01:35 +0000 (21:01 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 4 Dec 2014 02:23:40 +0000 (02:23 +0000)
commitb21e2fb059243ded444224cf0862914af0425075
treeb263eb8d358a78a960500994977ea9eba446b1f0
parent95edb8bb71e19f8ac16ca6c76afce84946d45320
Move syslog parser to a separate file

* syslog.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* system.c: Move sys_syslog and related code to syslog.c.
Makefile.am
syslog.c [new file with mode: 0644]
system.c