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 <[email protected]>
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 <[email protected]>
+ Portability to FreeBSD.
+
+ * ftp/cmds.c: Include <stdint.h> for `intmax_t'.
+ * ftp/ftp.c: Likewise.
+
+2012-05-24 Mats Erik Andersson <[email protected]>
+
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
_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils