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-hexbin_globals.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-hexbin_globals.h')
-rw-r--r-- | archivers/macutils/files/patch-hexbin_globals.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/macutils/files/patch-hexbin_globals.h b/archivers/macutils/files/patch-hexbin_globals.h new file mode 100644 index 000000000000..b5ec39483f06 --- /dev/null +++ b/archivers/macutils/files/patch-hexbin_globals.h @@ -0,0 +1,11 @@ +--- hexbin/globals.h.orig Fri Apr 16 00:28:16 1999 ++++ hexbin/globals.h Fri Apr 16 00:28:25 1999 +@@ -13,7 +13,7 @@ + extern char info[]; + extern char trname[]; + +-typedef struct macheader { ++struct macheader { + char m_name[128]; + char m_type[4]; + char m_author[4]; |