diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2006-12-13 17:03:02 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2006-12-13 17:03:02 +0000 |
| commit | 92167387a1541b3ae6e756ca89d9183e7aa6c20e (patch) | |
| tree | 291fb7003b2e0c02ec0bc76e1c467eedecf09306 /sysutils/ntfsprogs/files/patch-libntfs-device_io.c | |
| parent | Fix a bug that would duplicate a path element in XDG_DATA_DIRS when (diff) | |
- Fix mkntfs by providing device io module that always reads/write
blocksize-aligned blocks
- Remove several now unnecessary hacks
- Bump PORTREVISION
Approved by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=179674
Diffstat (limited to 'sysutils/ntfsprogs/files/patch-libntfs-device_io.c')
| -rw-r--r-- | sysutils/ntfsprogs/files/patch-libntfs-device_io.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/ntfsprogs/files/patch-libntfs-device_io.c b/sysutils/ntfsprogs/files/patch-libntfs-device_io.c new file mode 100644 index 000000000000..13cf4a9e3991 --- /dev/null +++ b/sysutils/ntfsprogs/files/patch-libntfs-device_io.c @@ -0,0 +1,14 @@ +--- libntfs/device_io.c.orig Wed Dec 6 03:57:01 2006 ++++ libntfs/device_io.c Wed Dec 6 03:05:24 2006 +@@ -26,7 +26,11 @@ + #ifndef __CYGWIN32__ + + /* Not on Cygwin; use standard Unix style low level device operations. */ ++#if defined(__FreeBSD__) ++#include "unix_io_raw.c" ++#else + #include "unix_io.c" ++#endif + + #else /* __CYGWIN32__ */ + |
