[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_7-37-g8cc0838
From: |
Sergey Poznyakoff |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_7-37-g8cc0838 |
Date: |
Wed, 10 Mar 2010 06:41:32 +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 8cc0838af5cb8b8c160a8d442d2a39056340be67 (commit)
from f343d647ec1949845a0e593fe713f92de6f97c97 (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=8cc0838af5cb8b8c160a8d442d2a39056340be67
commit 8cc0838af5cb8b8c160a8d442d2a39056340be67
Author: Ludovic Courtès <address@hidden>
Date: Wed Mar 10 08:40:33 2010 +0200
Bugfix
* ifconfig/flags.c (if_flags): Add trailing entry with NULL `name'.
diff --git a/ChangeLog b/ChangeLog
index 0651b48..f1d6605 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-10 Ludovic Courtès <address@hidden> (tiny change)
+
+ * ifconfig/flags.c (if_flags): Add trailing entry with NULL `name'.
+
2010-02-13 Giuseppe Scrivano <address@hidden>
* configure.ac: Don't check for the `sa_family_t' type. It is already
diff --git a/ifconfig/flags.c b/ifconfig/flags.c
index 05371b2..602495c 100644
--- a/ifconfig/flags.c
+++ b/ifconfig/flags.c
@@ -224,6 +224,7 @@ struct if_flag
#ifdef IFF_D2 /* Flag is specific to device. */
{"D2", IFF_D2},
#endif
+ { NULL }
};
static int
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
ifconfig/flags.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_7-37-g8cc0838,
Sergey Poznyakoff <=