head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.36 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.34 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.32 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.30 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.28 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.26 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.24 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.22 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.20 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.18 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.16 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.14 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.12 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.10 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.8 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.6 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.4 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.2 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.1.0.8 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.6 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.4 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.2 pkgsrc-2005Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2006.03.03.10.15.46; author adam; state dead; branches; next 1.2; 1.2 date 2006.01.26.21.43.51; author adam; state Exp; branches; next 1.1; 1.1 date 2005.03.15.20.24.30; author rillig; state Exp; branches; next ; desc @@ 1.3 log @Changes 1.13.0: * mkntfs now creates NTFS 3.1 (Windows XP) volumes by default * ntfsmount can deal with symbolic links and device files * bug fixes and improvements @ text @$NetBSD: patch-aj,v 1.2 2006/01/26 21:43:51 adam Exp $ --- libntfs/volume.c.orig 2005-10-10 14:47:06.000000000 +0200 +++ libntfs/volume.c @@@@ -47,6 +47,8 @@@@ #include #endif +#include "compat.h" + #include "volume.h" #include "attrib.h" #include "mft.h" @ 1.2 log @Changes 1.12.1: - Fix hardcoded location for uninstalling mount.ntfs-fuse hardlink to match the relocatable location for installing it. - Move mount.ntfs-fuse and mkfs.ntfs to be symlinks instead of hardlinks and move both to /sbin rather than prefix/sbin. Note we still obey $destdir so building packages works as well as installing into alternate chroot / other system still works. - ntfscmp: fix some corner cases and all memory leaks; handle corrupt NTFS more gracefully. - If the system does not have realpath(), supply our own dummy version which just copies the string without any kind of checking or expansion. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Added some patches to make ntfsprogs compile on NetBSD-1.6.2, which does not have ENOTSUP. Approved by jlam. @ text @d3 3 a5 6 Needed for ENOTSUP on NetBSD-1.6.2. --- libntfs/volume.c.orig Sat Sep 4 12:16:32 2004 +++ libntfs/volume.c Sat Mar 12 10:15:07 2005 @@@@ -30,6 +30,8 @@@@ #include d7 1 @