diff options
Diffstat (limited to 'archivers/macutils/files/patch-macunpack_zma.h')
-rw-r--r-- | archivers/macutils/files/patch-macunpack_zma.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/macutils/files/patch-macunpack_zma.h b/archivers/macutils/files/patch-macunpack_zma.h new file mode 100644 index 000000000000..6dac05bda456 --- /dev/null +++ b/archivers/macutils/files/patch-macunpack_zma.h @@ -0,0 +1,11 @@ +--- macunpack/zma.h.orig Fri Apr 16 01:04:19 1999 ++++ macunpack/zma.h Fri Apr 16 01:04:29 1999 +@@ -20,7 +20,7 @@ + #define Z_RCRC 44 /* Resource crc */ + #define Z_FNAME 46 /* File name length and name */ + +-typedef struct fileHdr { /* 78 bytes */ ++struct fileHdr { /* 78 bytes */ + char deleted; /* Not in original, split off from: */ + char what; /* What kind? Negative if deleted */ + unsigned char hlen ; /* Header length */ |