freebsd-ports/archivers/macutils/files/patch-macunpack_dd.c
Adam Weinberger e2aedd8abd Start cleaning up some of the uselessly ambigious patches named
patch-xy, and giving them proper names.
2014-07-27 15:27:04 +00:00

11 lines
248 B
C

--- macunpack/dd.c.orig Fri Apr 16 00:26:39 1999
+++ macunpack/dd.c Fri Apr 16 00:26:45 1999
@@ -45,7 +45,7 @@
#endif /* UNTESTED */
static void dd_cpt_compat();
-typedef struct methodinfo {
+struct methodinfo {
char *name;
int number;
};