commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_7-36-gf343d64


From: Giuseppe Scrivano
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_7-36-gf343d64
Date: Sat, 13 Feb 2010 16:24:21 +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  f343d647ec1949845a0e593fe713f92de6f97c97 (commit)
       via  0bf96a35853a18662e359cbf7c8d188e1cf98d30 (commit)
      from  e6013a6e9a42c4b3af939b2eb0811083ea713ddf (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=f343d647ec1949845a0e593fe713f92de6f97c97


commit f343d647ec1949845a0e593fe713f92de6f97c97
Author: Giuseppe Scrivano <address@hidden>
Date:   Sat Feb 13 17:24:52 2010 +0100

    Fix typo in the TODO file.

diff --git a/TODO b/TODO
index 64b809c..315c804 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,7 @@
 
 broadcasted terminals: provide a client/daemon that broadcasts a users
   terminal on a port.  Ideally, there should be a single port, with a
-  command to list all avaiable broadcasts.
+  command to list all available broadcasts.
 
 supdup: A telnet client/daemon like program for the SUPDUP protocol;
   there exists one already by it is ugly, and kinda a pain to get

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=0bf96a35853a18662e359cbf7c8d188e1cf98d30


commit 0bf96a35853a18662e359cbf7c8d188e1cf98d30
Author: Giuseppe Scrivano <address@hidden>
Date:   Sat Feb 13 17:23:33 2010 +0100

    Don't check for `sa_family_t'.
    
    * configure.ac: Don't check for the `sa_family_t' type.  It is already
    done by gnulib.

diff --git a/ChangeLog b/ChangeLog
index 4a6bc2f..0651b48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-13  Giuseppe Scrivano  <address@hidden>
+
+       * configure.ac: Don't check for the `sa_family_t' type.  It is already
+       done by gnulib.
+
 2010-02-08  Sergey Poznyakoff  <address@hidden>
 
        Ifconfig: add more format functions; implement --format=help.
diff --git a/configure.ac b/configure.ac
index d234487..331b7bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -515,13 +515,6 @@ AC_CHECK_TYPE(sig_atomic_t, , AC_DEFINE([sig_atomic_t], 
int, [FIXME]),
   [IU_FLUSHLEFT([#include <sys/types.h>
                  #include <signal.h> ])])
 
-AC_CHECK_TYPE(sa_family_t, , AC_DEFINE([sa_family_t], unsigned int, [FIXME]),
-  [IU_FLUSHLEFT([#include <sys/types.h>
-                 #ifdef HAVE_SOCKET_H
-                 #include <socket.h>
-                 #endif
-                 #include <sys/socket.h> ])])
-
 dnl Check for termio-related types and defines
 AC_CHECK_TYPES(cc_t, , ,
  [IU_FLUSHLEFT([#if defined(HAVE_TERMIOS_H)

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

Summary of changes:
 ChangeLog    |    5 +++++
 TODO         |    2 +-
 configure.ac |    7 -------
 3 files changed, 6 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]