summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoris <is>1998-06-12 19:43:59 +0000
committeris <is>1998-06-12 19:43:59 +0000
commite32aa247b29c5829d01b4d4ec635cf6443eaf824 (patch)
tree7e5c1ab451569559848a46fe87c3cd31299ab87a /sysutils
parent43f3ce342f7d60836ce5cbfbcdfe52f0e8b60421 (diff)
downloadpkgsrc-e32aa247b29c5829d01b4d4ec635cf6443eaf824.tar.gz
Fix typo in patch.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mkisofs/patches/patch-ae2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/mkisofs/patches/patch-ae b/sysutils/mkisofs/patches/patch-ae
index 83bfd9242e2..803b962a59c 100644
--- a/sysutils/mkisofs/patches/patch-ae
+++ b/sysutils/mkisofs/patches/patch-ae
@@ -5,7 +5,7 @@
char parent[2]; /* 721 */
char name[1];
-};
-+} __attribute((packed));
++} __attribute__((packed));
-struct iso_directory_record {
+struct iso_directory_record {