summaryrefslogtreecommitdiff
path: root/sysutils/mkhybrid
diff options
context:
space:
mode:
authortron <tron>1998-12-28 09:22:25 +0000
committertron <tron>1998-12-28 09:22:25 +0000
commit09e99d43127eb52c7f2f3112118cd72e3a5cd1d1 (patch)
tree6b62f93523cb676b1f1d446dffa1490cf5af0153 /sysutils/mkhybrid
parente20233ddea26f9a72b5eda3a2c9a0aee1423dbcc (diff)
downloadpkgsrc-09e99d43127eb52c7f2f3112118cd72e3a5cd1d1.tar.gz
Fix broken patch file.
Diffstat (limited to 'sysutils/mkhybrid')
-rw-r--r--sysutils/mkhybrid/patches/patch-aa5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/mkhybrid/patches/patch-aa b/sysutils/mkhybrid/patches/patch-aa
index b79cf8b7cd9..83781f3cc60 100644
--- a/sysutils/mkhybrid/patches/patch-aa
+++ b/sysutils/mkhybrid/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1 1998/12/28 01:48:16 tv Exp $
+$NetBSD: patch-aa,v 1.2 1998/12/28 09:22:25 tron Exp $
--- iso9660.h.orig Fri Aug 7 13:22:22 1998
+++ iso9660.h Fri Aug 7 13:20:49 1998
@@ -11,8 +11,7 @@ $NetBSD: patch-aa,v 1.1 1998/12/28 01:48:16 tv Exp $
#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 */
+ char name [34 + J_NAME_EXTRA]; /* Not really, but we need something here */
-};
+} __attribute((packed));
#endif