blob: 20b738accc571ee5fc0b054e55b80b604cf540a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patches-aa,v 1.1 1998/08/12 21:28:06 tron Exp $
--- iso9660.h.orig Fri Aug 7 13:22:22 1998
+++ iso9660.h Fri Aug 7 13:20:49 1998
@@ -180,5 +180,5 @@
char parent[2]; /* 721 */
char name[1];
-};
+} __attribute((packed));
#ifdef JOLIET
#define J_NAME_EXTRA 100 /* need space for longer Joliet filename */
@@ -199,5 +199,5 @@
unsigned char name_len [ISODCL (33, 33)]; /* 711 */
char name [34 + J_NAME_EXTRA]; /* Not really, but
we need something here */
-};
+} __attribute((packed));
#endif
|