diff options
author | is <is> | 1998-06-12 19:43:59 +0000 |
---|---|---|
committer | is <is> | 1998-06-12 19:43:59 +0000 |
commit | e32aa247b29c5829d01b4d4ec635cf6443eaf824 (patch) | |
tree | 7e5c1ab451569559848a46fe87c3cd31299ab87a /sysutils | |
parent | 43f3ce342f7d60836ce5cbfbcdfe52f0e8b60421 (diff) | |
download | pkgsrc-e32aa247b29c5829d01b4d4ec635cf6443eaf824.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 { |