From: Jim Meyering Date: Mon, 15 Sep 1997 14:17:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22a~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a4773b2d9a7b4b453ca338b45d1549ad460e51b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e0ccff55ac..b10cea30d1 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -12,10 +12,10 @@ * lib/Makefile.am (EXTRA_DIST): Add realloc.c. * acconfig.h (realloc): Add #undef. - * src/dd.c (equal): Use STREQ (form system.h) instead. - (siginfo_handler): New function to handle SIGINFO/SIGUSR1. - (handle_sig): New function. - (main): Use handle_sig instead of open-coding it. + * src/dd.c (equal): Use STREQ (from system.h) instead. + (siginfo_handler): New function: handler for SIGINFO/SIGUSR1. + (install_handler): New function. + (main): Use install_handler instead of open-coding it. Handle SIGINFO (or SIGUSR1 if that's not defined). (print_stats): Move definition to precede first reference. Remove prototype.