aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2010-05-06 20:28:06 +0800
committerfjoe <fjoe@FreeBSD.org>2010-05-06 20:28:06 +0800
commit6727c7f0beebb3835773df3c25fabdeb2e42de1c (patch)
treeae843c98622653b3e396741519b22f9dc75b6219 /misc
parent72f454d6e8da23e7d22aea9c6db30f02fcac98c6 (diff)
downloadfreebsd-ports-gnome-6727c7f0beebb3835773df3c25fabdeb2e42de1c.tar.gz
freebsd-ports-gnome-6727c7f0beebb3835773df3c25fabdeb2e42de1c.tar.zst
freebsd-ports-gnome-6727c7f0beebb3835773df3c25fabdeb2e42de1c.zip
Update to 4.7.2.
Diffstat (limited to 'misc')
-rw-r--r--misc/mc/files/patch-src-diffviewer-ydiff.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/mc/files/patch-src-diffviewer-ydiff.c b/misc/mc/files/patch-src-diffviewer-ydiff.c
new file mode 100644
index 000000000000..fce48bbfef69
--- /dev/null
+++ b/misc/mc/files/patch-src-diffviewer-ydiff.c
@@ -0,0 +1,10 @@
+--- src/diffviewer/ydiff.c.orig 2010-05-05 21:33:16.000000000 +0300
++++ src/diffviewer/ydiff.c 2010-05-06 11:33:06.000000000 +0300
+@@ -31,6 +31,7 @@
+ #include <stdlib.h>
+ #include <sys/stat.h>
+ #include <sys/types.h>
++#include <sys/wait.h>
+
+ #include "lib/global.h"
+ #include "lib/tty/tty.h"