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_6-92-gf5402bc


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_6-92-gf5402bc
Date: Sat, 14 Nov 2009 16:37:35 +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  f5402bc6eb50e263087ff5c9f2c4e0275b5b7dd1 (commit)
      from  30daf3e3be20739c3f78e2bf5663b479796e2b59 (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=f5402bc6eb50e263087ff5c9f2c4e0275b5b7dd1


commit f5402bc6eb50e263087ff5c9f2c4e0275b5b7dd1
Author: Simon Josefsson <address@hidden>
Date:   Sat Nov 14 17:37:31 2009 +0100

    Drop replacement of S_ISTXT, we use gnulib.

diff --git a/ChangeLog b/ChangeLog
index 1eda8e1..b7a39ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-11-14  Simon Josefsson  <address@hidden>
 
+       * rcp/rcp.c: Drop replacement of S_ISTXT, we use gnulib.
+
+2009-11-14  Simon Josefsson  <address@hidden>
+
        * libinetutils/daemon.c: Doc fix.
 
 2009-11-14  Alfred M. Szmidt  <address@hidden>
diff --git a/rcp/rcp.c b/rcp/rcp.c
index e838b5e..34af034 100644
--- a/rcp/rcp.c
+++ b/rcp/rcp.c
@@ -124,10 +124,6 @@ int doencrypt = 0;
 # endif
 #endif /* KERBEROS  */
 
-#if !defined (S_ISTXT) && defined (S_ISVTX)
-# define S_ISTXT S_ISVTX
-#endif
-
 const char doc[] = "Remote copy SOURCE to DEST, or multiple SOURCE(s) to 
DIRECTORY.";
 const char arg_doc[] = "SOURCE DEST\n"
                        "SOURCE... DIRECTORY\n"

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

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


hooks/post-receive
-- 
GNU Inetutils 




reply via email to

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