*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 15 Sep 1997 14:17:42 +0000 (14:17 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 15 Sep 1997 14:17:42 +0000 (14:17 +0000)
old/fileutils/ChangeLog

index e0ccff5..b10cea3 100644 (file)
        * 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.