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_9_1-99-g15320e


From: Mats Erik Andersson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_1-99-g15320eb
Date: Thu, 24 May 2012 21:54:51 +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  15320ebe213fc558691878f26eb2f2a655f2e948 (commit)
      from  cc49b1f9c3c7ce696684375f298adab0825f553f (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=15320ebe213fc558691878f26eb2f2a655f2e948


commit 15320ebe213fc558691878f26eb2f2a655f2e948
Author: Mats Erik Andersson <address@hidden>
Date:   Thu May 24 23:50:07 2012 +0200

    ftp: Missing inclusion.

diff --git a/ChangeLog b/ChangeLog
index d141eba..1dbbe4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2012-05-24  Mats Erik Andersson  <address@hidden>
 
+       Portability to FreeBSD.
+
+       * ftp/cmds.c: Include <stdint.h> for `intmax_t'.
+       * ftp/ftp.c: Likewise.
+
+2012-05-24  Mats Erik Andersson  <address@hidden>
+
        ftp: Large file support.  The implementation
        has been truncating offset values.
 
diff --git a/ftp/cmds.c b/ftp/cmds.c
index 30c837c..c163e37 100644
--- a/ftp/cmds.c
+++ b/ftp/cmds.c
@@ -69,6 +69,7 @@
 #include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>    /* intmax_t */
 #include <string.h>
 #include <sys/time.h>
 #include <time.h>
diff --git a/ftp/ftp.c b/ftp/ftp.c
index ab13982..48c21ba 100644
--- a/ftp/ftp.c
+++ b/ftp/ftp.c
@@ -77,6 +77,7 @@
 #include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>    /* intmax_t */
 #include <string.h>
 #include <unistd.h>
 #include <stdarg.h>

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

Summary of changes:
 ChangeLog  |    7 +++++++
 ftp/cmds.c |    1 +
 ftp/ftp.c  |    1 +
 3 files changed, 9 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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