[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-3-g1df1f6c
From: |
Giuseppe Scrivano |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-3-g1df1f6c |
Date: |
Mon, 21 Jun 2010 14:24:55 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".
The branch, master has been updated
via 1df1f6c87561dc9b797dd6aa47fb6bbfc57bea85 (commit)
from 852ef9773167123e7faebff62a80b69b088d51be (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=1df1f6c87561dc9b797dd6aa47fb6bbfc57bea85
commit 1df1f6c87561dc9b797dd6aa47fb6bbfc57bea85
Author: Giuseppe Scrivano <address@hidden>
Date: Mon Jun 21 16:20:11 2010 +0200
Fix a compiler warning.
diff --git a/ChangeLog b/ChangeLog
index 95a1d47..66603a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-21 Giuseppe Scrivano <address@hidden>
+
+ * ifconfig/if_index.c (if_indextoname): Return NULL on errors.
+
2010-05-19 Kaio Rafael <address@hidden> (tiny change)
* whois/as_del_list, whois/make_as_del.pl: Added copyright notice.
diff --git a/ifconfig/if_index.c b/ifconfig/if_index.c
index e2737c2..199904c 100644
--- a/ifconfig/if_index.c
+++ b/ifconfig/if_index.c
@@ -254,4 +254,5 @@ if_indextoname (unsigned int ifindex, char *ifname)
return result;
}
#endif
+ return NULL;
}
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
ifconfig/if_index.c | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-3-g1df1f6c,
Giuseppe Scrivano <=