freebsd-ports/archivers/macutils/files/patch-hexbin_globals.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
266 B
C

--- hexbin/globals.h.orig 1993-10-02 20:16:00 UTC
+++ hexbin/globals.h
@@ -13,7 +13,7 @@ extern void transname();
extern char info[];
extern char trname[];
-typedef struct macheader {
+struct macheader {
char m_name[128];
char m_type[4];
char m_author[4];