diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-05-06 12:28:06 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-05-06 12:28:06 +0000 |
commit | e7a101f1bd183ac58ff8a2d6b18fa2b213c4d950 (patch) | |
tree | 6ef3cf4a27c3861fc660c731dc19b2dc971038e6 | |
parent | Update to 4.7.2. (diff) |
Update to 4.7.2.
Notes
Notes:
svn path=/head/; revision=253825
-rw-r--r-- | misc/mc/files/patch-src-diffviewer-ydiff.c | 10 |
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" |