diff options
author | adam <adam@pkgsrc.org> | 2006-03-03 10:15:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-03-03 10:15:46 +0000 |
commit | 1025591688f63c55343562bd89518ddee7544e0e (patch) | |
tree | 4927186473076f6fd78a141adb6ae17f3d9ad10c /sysutils/ntfsprogs/patches/patch-ai | |
parent | 6836968b1dd2ca083515df85966cc84850484dfe (diff) | |
download | pkgsrc-1025591688f63c55343562bd89518ddee7544e0e.tar.gz |
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
Diffstat (limited to 'sysutils/ntfsprogs/patches/patch-ai')
-rw-r--r-- | sysutils/ntfsprogs/patches/patch-ai | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/ntfsprogs/patches/patch-ai b/sysutils/ntfsprogs/patches/patch-ai deleted file mode 100644 index c5411661e3f..00000000000 --- a/sysutils/ntfsprogs/patches/patch-ai +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ai,v 1.2 2006/01/26 21:43:51 adam Exp $ - ---- libntfs/attrlist.c.orig 2005-09-28 15:41:31.000000000 +0200 -+++ libntfs/attrlist.c -@@ -30,6 +30,8 @@ - #include <errno.h> - #endif - -+#include "compat.h" -+ - #include "types.h" - #include "layout.h" - #include "attrib.h" |