Re: [PATCH 1/3] Move err/mem subroutines to separate files

2017-08-07 Thread Edgar Kaziakhmedov
On Mon, 7 Aug 2017 14:48:03 +0300 "Dmitry V. Levin" wrote: > On Sat, Aug 05, 2017 at 04:57:34AM +0300, Edgar Kaziakhmedov wrote: > > From: Edgar Kaziakhmedov > > virtuzzo.com? Really? ;) Oh, these typos... > > > In order to allow usage of utility functions by other binaries > > included in t

Re: [PATCH 1/3] Move err/mem subroutines to separate files

2017-08-07 Thread Dmitry V. Levin
On Sat, Aug 05, 2017 at 04:57:34AM +0300, Edgar Kaziakhmedov wrote: > From: Edgar Kaziakhmedov virtuzzo.com? Really? ;) > In order to allow usage of utility functions by other binaries > included in the strace package (like the upcoming asinfo utility), > these functions should be moved to separ

Re: [PATCH 1/3] Move err/mem subroutines to separate files

2017-08-07 Thread Eugene Syromiatnikov
On Sat, Aug 05, 2017 at 04:57:34AM +0300, Edgar Kaziakhmedov wrote: > From: Edgar Kaziakhmedov "virtuozzo" > > In order to allow usage of utility functions by other binaries > included in the strace package (like the upcoming asinfo utility), > these functions should be moved to separate files.

[PATCH 1/3] Move err/mem subroutines to separate files

2017-08-04 Thread Edgar Kaziakhmedov
From: Edgar Kaziakhmedov In order to allow usage of utility functions by other binaries included in the strace package (like the upcoming asinfo utility), these functions should be moved to separate files. * Makefile.am (strace_SOURCES): Add error_prints.c, error_prints.h, and xmalloc.h. * defs.