blob: 7234ac68983124f498e0ca3658274fbdced42542 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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 */
|