summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-25 03:04:25 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-25 03:04:25 +0000
commit59d9e1af7795ee53a0610280d329e54a39371ebb (patch)
tree7a5bfebbfd7d5cf5dc4be5bf5756a3e288f4e376 /sys-fs/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch
parentkeyword ~ppc-macos; fixed directories as per bug #61542 (diff)
downloadhistorical-59d9e1af7795ee53a0610280d329e54a39371ebb.tar.gz
historical-59d9e1af7795ee53a0610280d329e54a39371ebb.tar.bz2
historical-59d9e1af7795ee53a0610280d329e54a39371ebb.zip
use ntfsprogs
Diffstat (limited to 'sys-fs/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch')
-rw-r--r--sys-fs/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-fs/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch b/sys-fs/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch
deleted file mode 100644
index 1fd14b969290..000000000000
--- a/sys-fs/linux-ntfs/files/linux-ntfs-1.6.0-gcc3.2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- include/types.h.orig 2002-10-15 12:22:55.000000000 -0400
-+++ include/types.h 2002-10-15 12:23:29.000000000 -0400
-@@ -55,8 +55,8 @@
- * structure.
- */
- typedef union {
-- __u8; /* Unnamed __u8 to serve as default when just using
-- a_val without specifying any of the below. */
-+ __u8 _default; /* Unnamed __u8 to serve as default when just using
-+ a_val without specifying any of the below. */
- STANDARD_INFORMATION std_inf;
- ATTR_LIST_ENTRY al_entry;
- FILE_NAME_ATTR filename;