opnsense-ports/archivers/macutils/files/patch-macunpack_dd.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
596 B
C

--- macunpack/dd.h.orig Fri Apr 16 00:25:41 1999
+++ macunpack/dd.h Fri Apr 16 00:25:55 1999
@@ -52,7 +52,7 @@
typedef long OSType;
-typedef struct fileHdr { /* 124 bytes */
+struct fileHdr { /* 124 bytes */
unsigned char magic[4]; /* "DDAR" */
unsigned char fill1[4]; /* ??? */
unsigned char fName[64]; /* a STR63 */
@@ -73,7 +73,7 @@
unsigned short hdrcrc; /* true crc */
};
-typedef struct fileCHdr { /* 84 bytes */
+struct fileCHdr { /* 84 bytes */
unsigned char magic[4]; /* "\253\315\000\124" */
unsigned long dataLength; /* lengths */
unsigned long dataCLength;