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  927b07be123a87d7d944a02fe56529f0873a072f (commit)
      from  48baa84f12699ff6b3ee50e2b2211cce503f08ca (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=927b07be123a87d7d944a02fe56529f0873a072f


commit 927b07be123a87d7d944a02fe56529f0873a072f
Author: Giuseppe Scrivano <[email protected]>
Date:   Thu Dec 3 21:24:30 2009 +0100

    Fix ChangeLog entry.

diff --git a/ChangeLog b/ChangeLog
index 3816557..a1c35b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,7 @@
        (get_name): Remove unused variable.
        * ifconfig/system/linux.c (system_fh_hwaddr): Add cast.
        * inetd/inetd.c (expand_enter): Remove unused variables.
+       (getconfigent): Change type of `argc' to int.
        * libinetutils/tftpsubs.c (synchnet): Change the `fromlen' type to
        socklen_t.
        * libinetutils/ttymsg.c (normalize_path): Use parentheses around
diff --git a/inetd/inetd.c b/inetd/inetd.c
index 07629de..88da205 100644
--- a/inetd/inetd.c
+++ b/inetd/inetd.c
@@ -1015,7 +1015,8 @@ getconfigent (FILE *fconfig, const char *file, size_t 
*line)
 {
   static struct servtab serv;
   struct servtab *sep = &serv;
-  int argc = 0, i;
+  int argc = 0;
+  size_t i;
   char **argv = NULL;
   char *node, *service;
   static char TCPMUX_TOKEN[] = "tcpmux/";

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog     |    1 +
 inetd/inetd.c |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 


_______________________________________________
Commit-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to