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-43-gc9f7ede


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_7-43-gc9f7ede
Date: Tue, 23 Mar 2010 20:59:28 +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  c9f7ede91cffbfb6c961bb6591e5987e6d882b1a (commit)
      from  67cb2d2948038c82f0839f09c0f52c8f57b3d232 (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=c9f7ede91cffbfb6c961bb6591e5987e6d882b1a


commit c9f7ede91cffbfb6c961bb6591e5987e6d882b1a
Author: Simon Josefsson <address@hidden>
Date:   Tue Mar 23 21:59:25 2010 +0100

    src/rlogind.c: Don't protect #include <pty.h> in a HAVE_PTY_H check.

diff --git a/ChangeLog b/ChangeLog
index 064ad10..c4b7362 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-03-23  Simon Josefsson  <address@hidden>
 
+       * src/rlogind.c: Don't protect #include <pty.h> in a HAVE_PTY_H
+       check, with gnulib we always have pty.h.
+
        * bootstrap.conf (gnulib_modules): Add forkpty and remove pty.
 
 2010-03-15  Giuseppe Scrivano  <address@hidden>
diff --git a/src/rlogind.c b/src/rlogind.c
index 413d6df..5faaa81 100644
--- a/src/rlogind.c
+++ b/src/rlogind.c
@@ -76,9 +76,7 @@
 #include <sys/ioctl.h>
 #include <sys/stat.h>          /* Needed for chmod() */
 
-#ifdef HAVE_PTY_H
-# include <pty.h>
-#endif
+#include <pty.h>
 
 #include <progname.h>
 #include <argp.h>

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

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


hooks/post-receive
-- 
GNU Inetutils 




reply via email to

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