diff options
Diffstat (limited to 'sysutils/ntfsprogs/files/patch-libntfs-device.c')
| -rw-r--r-- | sysutils/ntfsprogs/files/patch-libntfs-device.c | 15 | 
1 files changed, 0 insertions, 15 deletions
| diff --git a/sysutils/ntfsprogs/files/patch-libntfs-device.c b/sysutils/ntfsprogs/files/patch-libntfs-device.c deleted file mode 100644 index 947c5e31830c..000000000000 --- a/sysutils/ntfsprogs/files/patch-libntfs-device.c +++ /dev/null @@ -1,15 +0,0 @@ ---- libntfs/device.c	Sat Sep  4 13:16:32 2004 -+++ libntfs/device.c	Mon Jul 11 23:27:55 2005 -@@ -441,10 +441,10 @@ -  */ - static inline int ntfs_device_offset_valid(struct ntfs_device *dev, s64 ofs) - { --	char ch; -+	char ch[512]; -  - 	if (dev->d_ops->seek(dev, ofs, SEEK_SET) >= 0 && --			dev->d_ops->read(dev, &ch, 1) == 1) -+			dev->d_ops->read(dev, &ch, 512) > 0) - 		return 0; - 	return -1; - } | 
