[Pkg-privacy-commits] [libgsecuredelete] 123/168: Upgrade to Vala 0.14.2
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 20:06:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository libgsecuredelete.
commit 9b0574ac71ca277054555a450a43d28414ee69d3
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Sun Jun 3 19:43:23 2012 +0200
Upgrade to Vala 0.14.2
---
configure.ac | 4 ++--
gsecuredelete/gsd-utils.vala | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index bbbf2ee..214c131 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,9 +27,9 @@ AC_SUBST([GSD_LTVERSION])
# Checks for programs.
LT_PREREQ([2.2.0])
LT_INIT
-AM_PROG_VALAC([0.11.1])
+AM_PROG_VALAC([0.14.2])
-GSD_VALADOC_CHECK([0.2.1])
+GSD_VALADOC_CHECK([0.3.2])
GSD_PATH_PROG([SRM], [srm], [/usr/bin/srm])
diff --git a/gsecuredelete/gsd-utils.vala b/gsecuredelete/gsd-utils.vala
index 6792655..8a40d28 100644
--- a/gsecuredelete/gsd-utils.vala
+++ b/gsecuredelete/gsd-utils.vala
@@ -64,9 +64,9 @@ namespace Gsd
/* FIXME: is waiting 0ms a portable thing not for blocking? */
Posix.timeval tv = {0, 0};
- Posix.FD_ZERO (rfds);
- Posix.FD_SET (fd, rfds);
- var rv = Posix.select (fd + 1, rfds, null, null, tv);
+ Posix.FD_ZERO (out rfds);
+ Posix.FD_SET (fd, ref rfds);
+ var rv = Posix.select (fd + 1, &rfds, null, null, tv);
if (rv == -1) {
throw new FDError.SELECT_ERROR ("select(): %s", strerror (errno));
} else if (rv > 0) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libgsecuredelete.git
More information about the Pkg-privacy-commits
mailing list