CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2014/05/23 13:47:49
Modified files: bin/pax : ar_io.c ar_subs.c extern.h pax.c tables.c Log message: Make the signal handler safe: block signals when updating data-structures that are walked by routines called from the signal handler and use dprintf() instead fprintf() in ar_close(). ok millert@