[SCM] Write filesystems in Perl using FUSE branch, master, updated. debian/0.15.1-1-3-gd432b1e

Salvatore Bonaccorso carnil at debian.org
Mon Apr 30 06:30:56 UTC 2012


The following commit has been merged in the master branch:
commit d432b1eef36f8d08732377621e8aa71c1107d45a
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Apr 30 08:30:10 2012 +0200

    Update fix-FTBFS-on-kfreebsd.patch patch
    
    Git-Dch: Ignore

diff --git a/debian/patches/fix-FTBFS-on-kfreebsd.patch b/debian/patches/fix-FTBFS-on-kfreebsd.patch
index 89f7528..5864a25 100644
--- a/debian/patches/fix-FTBFS-on-kfreebsd.patch
+++ b/debian/patches/fix-FTBFS-on-kfreebsd.patch
@@ -12,7 +12,7 @@ Last-Update: 2012-04-29
  #endif
  
 -#if defined(__linux__)
-+#if defined(__linux__) || defined(__FreeBSD_kernel__)
++#if ( defined(__linux__) || defined(__FreeBSD_kernel__) )
  # define STAT_SEC(st, st_xtim) ((st)->st_xtim.tv_sec)
  # define STAT_NSEC(st, st_xtim) ((st)->st_xtim.tv_nsec)
  #else

-- 
Write filesystems in Perl using FUSE



More information about the Pkg-perl-cvs-commits mailing list