(siginfo_handler): Mark parameter with ATTRIBUTE_UNUSED.
authorJim Meyering <jim@meyering.net>
Sun, 19 Sep 1999 16:23:17 +0000 (16:23 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 19 Sep 1999 16:23:17 +0000 (16:23 +0000)
commit1648386aa0608153f6ae1837805c637d1aab683f
treea262477d09915192719c194f0994c0e8fc417dc9
parent7447e09e2af86c6a376980f26beb4ce5818ca6a4
(siginfo_handler): Mark parameter with ATTRIBUTE_UNUSED.
Change lots of count and index variables to be of unsigned type.
(dd_copy): Add new unsigned variable, n_bytes_read, in place of
many uses of `nread'.
src/dd.c