diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-27 15:27:04 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-27 15:27:04 +0000 |
commit | e2aedd8abd3ca3fb06e9a7ca9ccb01278ff31386 (patch) | |
tree | 6f70fd9588858cfa314056ee54c090493d3fcc75 /archivers/macutils/files/patch-macunpack_lzc.h | |
parent | devel/py-nose: Update to 1.3.3, Fix tests (diff) |
Start cleaning up some of the uselessly ambigious patches named
patch-xy, and giving them proper names.
Diffstat (limited to 'archivers/macutils/files/patch-macunpack_lzc.h')
-rw-r--r-- | archivers/macutils/files/patch-macunpack_lzc.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/macutils/files/patch-macunpack_lzc.h b/archivers/macutils/files/patch-macunpack_lzc.h new file mode 100644 index 000000000000..d68cac214f63 --- /dev/null +++ b/archivers/macutils/files/patch-macunpack_lzc.h @@ -0,0 +1,11 @@ +--- macunpack/lzc.h.orig Fri Apr 16 00:29:28 1999 ++++ macunpack/lzc.h Fri Apr 16 00:29:36 1999 +@@ -12,7 +12,7 @@ + #define C_AUTHOFF 36 + #define C_FLAGOFF 40 + +-typedef struct fileHdr { ++struct fileHdr { + unsigned long magic1; + unsigned long dataLength; + unsigned long dataCLength; |