commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 68/75: Fix build with perl >= 5.22


From: Samuel Thibault
Subject: [hurd] 68/75: Fix build with perl >= 5.22
Date: Thu, 14 Jan 2016 01:04:11 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch dde
in repository hurd.

commit c92700a6eb1c21b03a4955fc7e7240611de69516
Author: James Clarke <address@hidden>
Date:   Tue Jan 5 02:59:28 2016 +0100

    Fix build with perl >= 5.22
    
    * libdde_linux26/lib/src/kernel/timeconst.pl: Do not use "defined" for an
    array.
---
 libdde_linux26/lib/src/kernel/timeconst.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libdde_linux26/lib/src/kernel/timeconst.pl 
b/libdde_linux26/lib/src/kernel/timeconst.pl
index d459895..664d667 100755
--- a/libdde_linux26/lib/src/kernel/timeconst.pl
+++ b/libdde_linux26/lib/src/kernel/timeconst.pl
@@ -370,7 +370,7 @@ if ($hz eq '--can') {
        }
 
        @val = @{$canned_values{$hz}};
-       if (!defined(@val)) {
+       if (address@hidden) {
                @val = compute_values($hz);
        }
        output($hz, @val);

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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