1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/archivers/macutils/files/patch-aj

12 lines
248 B
Plaintext

--- 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;
};