diff options
author | Sergey Poznyakoff <gray@gnu.org.ua> | 2009-10-16 14:47:37 +0300 |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2009-10-16 14:47:37 +0300 |
commit | fa64411b0d02955f9a187214538b424c5ea37e6e (patch) | |
tree | d36cf1c1382dc9885ff1e15405d538e73c81cf0e /src/pies.h | |
parent | bb7928607963e43db9a5fb7cac6b76d21982b7c5 (diff) | |
download | pies-fa64411b0d02955f9a187214538b424c5ea37e6e.tar.gz pies-fa64411b0d02955f9a187214538b424c5ea37e6e.tar.bz2 |
Improve diagnostics output.
* configure.ac (AC_CHECK_FUNCS): Remove checks for unused functions.
* gnulib.modules: Add fprintftime. Remove quote.
* src/pies.c (pidfile_read): Do not print error message if 'No such
process' is returned.
(main): Set default quoting style to shell.
* src/pies.h: Include fprintftime.h.
* src/progman.c (prog_start, progman_dump_stats): Quote arguments on
output.
(progman_dump_stats): Use fprintftime.
Diffstat (limited to 'src/pies.h')
-rw-r--r-- | src/pies.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ #include "obstack.h" #include "xvasprintf.h" #include "quotearg.h" +#include "fprintftime.h" #include "acl.h" #include "libpies.h" |