mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
718 B
Plaintext
21 lines
718 B
Plaintext
--- macunpack/cpt.h.orig Fri Apr 16 00:31:28 1999
|
|
+++ macunpack/cpt.h Fri Apr 16 00:32:07 1999
|
|
@@ -31,7 +31,7 @@
|
|
|
|
typedef long OSType;
|
|
|
|
-typedef struct cptHdr { /* 8 bytes */
|
|
+struct cptHdr { /* 8 bytes */
|
|
unsigned char signature; /* = 1 -- for verification */
|
|
unsigned char volume; /* for multi-file archives */
|
|
unsigned short xmagic; /* verification multi-file consistency*/
|
|
@@ -42,7 +42,7 @@
|
|
unsigned char commentsize; /* number of bytes comment that follow*/
|
|
};
|
|
|
|
-typedef struct fileHdr { /* 78 bytes */
|
|
+struct fileHdr { /* 78 bytes */
|
|
unsigned char fName[32]; /* a STR32 */
|
|
unsigned char folder; /* set to 1 if a folder */
|
|
unsigned short foldersize; /* number of entries in folder */
|