$NetBSD: patch-aa,v 1.3 1999/05/15 07:27:49 hubertf Exp $

--- iso9660.h.orig	Sat May 17 17:46:44 1997
+++ iso9660.h	Sat May 15 09:01:27 1999
@@ -137,7 +137,7 @@
 	char extent[4];		/* 731 */
 	char  parent[2];	/* 721 */
 	char name[1];
-};
+} __attribute((packed));
 
 struct iso_directory_record {
 	unsigned char length			[ISODCL (1, 1)]; /* 711 */
@@ -151,7 +151,7 @@
 	char volume_sequence_number	[ISODCL (29, 32)]; /* 723 */
 	unsigned char name_len		[ISODCL (33, 33)]; /* 711 */
 	char name			[34]; /* Not really, but we need something here */
-};
+} __attribute((packed));
 #endif
 
 
