1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00
This commit is contained in:
Jim Meyering
2005-04-09 17:29:20 +00:00
parent 493aba2ae5
commit 31d1fd1eef
+3
View File
@@ -1,5 +1,8 @@
2005-04-09 Jim Meyering <jim@meyering.net>
* fts.c (__attribute__, ATTRIBUTE_UNUSED): Define.
Mark parameter `sp' with ATTRIBUTE_UNUSED.
Avoid warnings from gcc-4.
* canon-host.c (canon_host) [HAVE_GETADDRINFO]: Use memset
rather than `= { 0 };' to initialize local `hint'.