diff options
author | Jim Meyering <jim@meyering.net> | 1997-09-15 14:17:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-09-15 14:17:42 +0000 |
commit | 6a4773b2d9a7b4b453ca338b45d1549ad460e51b (patch) | |
tree | b7310704a2d9b52c6ca75eb90a64616fd6231818 /old | |
parent | c9b7235ea0e554bfe2f7e77135554b41b8138e83 (diff) | |
download | coreutils-6a4773b2d9a7b4b453ca338b45d1549ad460e51b.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e0ccff55a..b10cea30d 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. |