diff options
Diffstat (limited to 'sysutils/mkhybrid/patches/patch-aa')
-rw-r--r-- | sysutils/mkhybrid/patches/patch-aa | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sysutils/mkhybrid/patches/patch-aa b/sysutils/mkhybrid/patches/patch-aa deleted file mode 100644 index fce88de5d28..00000000000 --- a/sysutils/mkhybrid/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$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 - - |