[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-64-g31d3b8e
From: |
Alfred M. Szmidt |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-64-g31d3b8e |
Date: |
Sun, 31 Oct 2010 21:54:20 +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 31d3b8e6a669c127fd6fbb6173a5d1a370d811af (commit)
via 2772b79f723936f3bb2883458f734cf7bb17e97d (commit)
from 82220c25850dc6f208f7319b209b0dd3df1fc00f (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=31d3b8e6a669c127fd6fbb6173a5d1a370d811af
commit 31d3b8e6a669c127fd6fbb6173a5d1a370d811af
Author: Alfred M. Szmidt <address@hidden>
Date: Sun Oct 31 22:42:17 2010 +0100
Fix typo in previous commit: 5b174beae521f700a886911829a6a9a11cf426bd.
(silent change)
diff --git a/tests/tftp.sh b/tests/tftp.sh
index 64d6eb7..f2946ba 100755
--- a/tests/tftp.sh
+++ b/tests/tftp.sh
@@ -101,7 +101,7 @@ for addr in $ADDRESSES; do
fi
done
-+ps "$inetd_pid" >/dev/null 2>&1 && kill "$inetd_pid"
+ps "$inetd_pid" >/dev/null 2>&1 && kill "$inetd_pid"
rm -rf tftp-test tftp-test-file "$INETD_CONF"
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=2772b79f723936f3bb2883458f734cf7bb17e97d
commit 2772b79f723936f3bb2883458f734cf7bb17e97d
Author: Alfred M. Szmidt <address@hidden>
Date: Sun Oct 31 22:14:39 2010 +0100
ifconfig/if_index.c (if_nametoindex, if_freenameindex, if_nameindex):
Provide functions only if HAVE_STRUCT_IF_NAMEINDEX isn't defined.
diff --git a/ChangeLog b/ChangeLog
index b22cca1..f757a82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-31 Mats Erik Andersson <address@hidden>
+
+ * ifconfig/if_index.c (if_nametoindex, if_freenameindex)
+ (if_nameindex): Provide functions only if HAVE_STRUCT_IF_NAMEINDEX
+ isn't defined.
+
2010-10-31 Mats Erik Andersson <address@hidden>
libinetutils: UTMP fixes for OpenBSD.
@@ -132,7 +138,7 @@
* bootstrap.conf (gnulib_modules): Added termios module.
-2010-10-18 Mats Erik Andersson <address@hidden>
+2010-10-18 Mats Erik Andersson <address@hidden>
* libinetutils/tftpsubs.c (synchnet): Changed type of FROM to be
"struct sockaddr_storage".
diff --git a/ifconfig/if_index.c b/ifconfig/if_index.c
index 3518b60..e1b1354 100644
--- a/ifconfig/if_index.c
+++ b/ifconfig/if_index.c
@@ -38,6 +38,7 @@
#include <ifconfig.h>
+#ifndef HAVE_STRUCT_IF_NAMEINDEX
unsigned int
if_nametoindex (const char *ifname)
{
@@ -196,3 +197,4 @@ if_nameindex (void)
return NULL;
#endif
}
+#endif
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 +++++++-
ifconfig/if_index.c | 2 ++
tests/tftp.sh | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-64-g31d3b8e,
Alfred M. Szmidt <=