diff options
author | is <is@pkgsrc.org> | 1998-06-12 19:43:59 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 1998-06-12 19:43:59 +0000 |
commit | 7028d5dde059c3b3af8051f3bb8ce4791e356f91 (patch) | |
tree | 7e5c1ab451569559848a46fe87c3cd31299ab87a /sysutils | |
parent | d1bc4fa6766d2ed543c6e861545077b559fe4c6d (diff) | |
download | pkgsrc-7028d5dde059c3b3af8051f3bb8ce4791e356f91.tar.gz |
Fix typo in patch.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mkisofs/patches/patch-ae | 2 |
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 { |