summaryrefslogtreecommitdiff
path: root/sysutils/ntfsprogs/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ntfsprogs/patches/patch-af')
-rw-r--r--sysutils/ntfsprogs/patches/patch-af10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/ntfsprogs/patches/patch-af b/sysutils/ntfsprogs/patches/patch-af
index cb393e6330b..c97faa91b92 100644
--- a/sysutils/ntfsprogs/patches/patch-af
+++ b/sysutils/ntfsprogs/patches/patch-af
@@ -1,6 +1,6 @@
-$NetBSD: patch-af,v 1.5 2006/03/03 10:15:46 adam Exp $
+$NetBSD: patch-af,v 1.6 2006/07/20 08:22:02 adam Exp $
---- ntfsprogs/ntfsclone.c.orig 2006-02-08 22:46:40.000000000 +0100
+--- ntfsprogs/ntfsclone.c.orig 2006-06-21 09:59:19.000000000 +0200
+++ ntfsprogs/ntfsclone.c
@@ -55,6 +55,19 @@
#include <getopt.h>
@@ -22,7 +22,7 @@ $NetBSD: patch-af,v 1.5 2006/03/03 10:15:46 adam Exp $
#include "debug.h"
#include "types.h"
#include "support.h"
-@@ -108,7 +121,11 @@ struct {
+@@ -110,7 +123,11 @@ struct {
int restore_image;
char *output;
char *volume;
@@ -34,7 +34,7 @@ $NetBSD: patch-af,v 1.5 2006/03/03 10:15:46 adam Exp $
} opt;
struct bitmap {
-@@ -559,7 +576,7 @@ static void copy_cluster(int rescue, u64
+@@ -561,7 +578,7 @@ static void copy_cluster(int rescue, u64
if (write_all(&fd_out, buff, csize) == -1) {
int err = errno;
perr_printf("Write failed");
@@ -43,7 +43,7 @@ $NetBSD: patch-af,v 1.5 2006/03/03 10:15:46 adam Exp $
Printf("Apparently you tried to clone to a remote "
"Windows computer but they don't\nhave "
"efficient sparse file handling by default. "
-@@ -1322,7 +1339,7 @@ static void set_filesize(s64 filesize)
+@@ -1426,7 +1443,7 @@ static void set_filesize(s64 filesize)
Printf("WARNING: Couldn't get filesystem type: "
"%s\n", strerror(errno));
else