]> granicus.if.org Git - sudo/commit
Use strsigname() to print signal names in the debug output.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 27 Aug 2012 00:12:51 +0000 (20:12 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 27 Aug 2012 00:12:51 +0000 (20:12 -0400)
commit537dc94b9ed102531411f1d32ffdb97c006f8be6
tree11db5144546c5fcb709aa914bc0c78151da9301f
parentac4b21b3e279d58c4185833741e4eb49726cfa58
Use strsigname() to print signal names in the debug output.
If the system has no strsigname(), use our own.
13 files changed:
MANIFEST
compat/Makefile.in
compat/mksigname.c [new file with mode: 0644]
compat/mksigname.h [new file with mode: 0644]
compat/strsignal.c
compat/strsigname.c [new file with mode: 0644]
config.h.in
configure
configure.in
include/missing.h
mkdep.pl
src/exec.c
src/exec_pty.c