PKGBUILDs/extra/gpart/gpart-0.1h-vfat.patch
2009-10-09 21:23:22 -05:00

17 lines
515 B
Diff

Ripped out of debian
--- gpart-0.1h.orig/src/gm_fat.h
+++ gpart-0.1h/src/gm_fat.h
@@ -60,6 +60,10 @@
__u16 info_sector; /* filesystem info sector */
__u16 backup_boot; /* backup boot sector */
__u16 reserved2[6]; /* Unused */
-};
-
+} __attribute__ ((packed));
+/* "__attribute__ ((packed))"
+ added by davidc@debian.org,
+ as suggested by falk@zxmjz18.extern.uni-tuebingen.de
+ Fri Jul 07 18:04:15 2000
+ in debian bug report #66893 "FAT detection broken on Alpha" */
#endif /* _GM_FAT_H */